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

Method global_variables

tensorflow/python/ops/variable_scope.py:1447–1449  ·  view source on GitHub ↗

Get this scope's global variables.

(self)

Source from the content-addressed store, hash-verified

1445 return self.get_collection(ops.GraphKeys.TRAINABLE_VARIABLES)
1446
1447 def global_variables(self):
1448 """Get this scope's global variables."""
1449 return self.get_collection(ops.GraphKeys.GLOBAL_VARIABLES)
1450
1451 def local_variables(self):
1452 """Get this scope's local variables."""

Callers

nothing calls this directly

Calls 1

get_collectionMethod · 0.95

Tested by

no test coverage detected