Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py1321 _VARSTORE_KEY = ("__variable_store",) variable
1368 store = ops.get_collection(_VARSTORE_KEY)
1372 ops.add_to_collection(_VARSTORE_KEY, store)
1378 store_collection = ops.get_collection_ref(_VARSTORE_KEY)
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py58 variable_scope._VARSTORE_KEY, # pylint: disable=protected-access