Home
last modified time | relevance | path

Searched refs:_VARSCOPESTORE_KEY (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py1322 _VARSCOPESTORE_KEY = ("__varscope",) variable
1350 scope_store = ops.get_collection(_VARSCOPESTORE_KEY)
1354 ops.add_to_collection(_VARSCOPESTORE_KEY, scope_store)
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py59 variable_scope._VARSCOPESTORE_KEY # pylint: disable=protected-access