Home
last modified time | relevance | path

Searched refs:saveables_cache (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/training/tracking/
Dbase.py328 saveables_cache = self._checkpoint.graph_view.saveables_cache
329 if saveables_cache is None:
336 saveable_list = saveables_cache.get(
351 del saveables_cache[self.trackable]
370 if saveables_cache is not None:
371 saveables_cache.setdefault(
Dgraph_view.py143 def __init__(self, root, saveables_cache=None): argument
154 self._saveables_cache = saveables_cache
163 def saveables_cache(self): member in ObjectGraphView
Dutil.py1133 saveables_cache = None
1135 saveables_cache = object_identity.ObjectIdentityWeakKeyDictionary()
1138 saveables_cache=saveables_cache))
Dutil_with_v1_optimizers_test.py468 root, saveables_cache=None)