Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/tracking/
Dgraph_view.py92 slot_variables = object_identity.ObjectIdentityDictionary()
187 path_to_root = object_identity.ObjectIdentityDictionary()
335 object_names = object_identity.ObjectIdentityDictionary()
338 node_ids = object_identity.ObjectIdentityDictionary()
416 object_names = object_identity.ObjectIdentityDictionary()
419 node_ids = object_identity.ObjectIdentityDictionary()
Dobject_identity.py61 class ObjectIdentityDictionary(collections.MutableMapping): class
92 class ObjectIdentityWeakKeyDictionary(ObjectIdentityDictionary):
/external/tensorflow/tensorflow/python/saved_model/
Dsave.py85 self._extra_dependencies = object_identity.ObjectIdentityDictionary()
86 self._functions = object_identity.ObjectIdentityDictionary()
137 self.captured_tensor_node_ids = object_identity.ObjectIdentityDictionary()
208 object_map = object_identity.ObjectIdentityDictionary()
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py1731 object_identity.ObjectIdentityDictionary())