MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / local_variables

Method local_variables

tensorflow/python/ops/variable_scope.py:1451–1453  ·  view source on GitHub ↗

Get this scope's local variables.

(self)

Source from the content-addressed store, hash-verified

1449 return self.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
1450
1451 def local_variables(self):
1452 """Get this scope's local variables."""
1453 return self.get_collection(ops.GraphKeys.LOCAL_VARIABLES)
1454
1455 def get_variable(self,
1456 var_store,

Callers

nothing calls this directly

Calls 1

get_collectionMethod · 0.95

Tested by

no test coverage detected