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

Function get_variable_scope

tensorflow/python/ops/variable_scope.py:1829–1831  ·  view source on GitHub ↗

Returns the current variable scope.

()

Source from the content-addressed store, hash-verified

1827
1828@tf_export(v1=["get_variable_scope"])
1829def get_variable_scope():
1830 """Returns the current variable scope."""
1831 return get_variable_scope_store().current_scope
1832
1833
1834def _get_default_variable_store():

Callers 10

get_variableFunction · 0.85
get_hash_tableFunction · 0.85
get_embedding_variableFunction · 0.85
get_multihash_variableFunction · 0.85
default_variable_creatorFunction · 0.85

Calls 1

get_variable_scope_storeFunction · 0.85

Tested by

no test coverage detected