Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py1414 _VARSTORE_KEY = ("__variable_store",) variable
1461 store = ops.get_collection(_VARSTORE_KEY)
1465 ops.add_to_collection(_VARSTORE_KEY, store)
1471 store_collection = ops.get_collection_ref(_VARSTORE_KEY)
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py58 variable_scope._VARSTORE_KEY, # pylint: disable=protected-access
Dfunction.py390 variable_keys.append(vs._VARSTORE_KEY) # pylint: disable=protected-access