Home
last modified time | relevance | path

Searched refs:list_objects (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/trackable/
Ddata_structures_test.py379 util.list_objects(root.a)
382 util.list_objects(root.a)
384 util.list_objects(copy.copy(root.a))
396 util.list_objects(root.a)
399 util.list_objects(root.a)
401 util.list_objects(copy.deepcopy(root.a))
418 util.list_objects(root.a)
421 util.list_objects(root.a)
423 util.list_objects(copy.copy(root.a))
435 util.list_objects(root.a)
[all …]
Dautotrackable_test.py64 a_deps = util.list_objects(a)
103 a_deps = util.list_objects(a)
109 a_deps = util.list_objects(a)
118 a_deps = util.list_objects(a)
Dbase_test.py44 self.assertEqual([root, a], util.list_objects(root))
49 self.assertEqual([root, b], util.list_objects(root))
/external/autotest/frontend/tko/
Drpc_interface.py15 models.TestView.list_objects(filter_data))
184 test_views = models.TestView.list_objects(filter_data)
347 models.TestLabel.list_objects(filter_data))
352 labels = models.TestLabel.list_objects({'id__in' : label_ids})
396 models.SavedQuery.list_objects(filter_data))
/external/tensorflow/tensorflow/python/checkpoint/
Dcheckpoint.py545 def list_objects(root_trackable): function
559 return util.list_objects(graph_view_lib.ObjectGraphView(root_trackable))
577 trackable_objects = list_objects(root_trackable)
832 for trackable_object in util.list_objects(self._object_graph_view):
860 for trackable_object in util.list_objects(self._object_graph_view):
907 all_objects = util.list_objects(self._object_graph_view)
988 trackable_objects = util.list_objects(self._object_graph_view)
1048 for trackable in util.list_objects(self._object_graph_view):
1074 objects = util.list_objects(self._object_graph_view)
1460 for existing_trackable in util.list_objects(self._graph_view):
Dutil.py173 def list_objects(graph_view): function
Dcheckpoint_with_v1_optimizers_test.py223 ], [id(obj) for obj in trackable_utils.list_objects(save_template)])
/external/autotest/frontend/afe/
Drpc_interface.py714 models.Test.list_objects(filter_data))
766 models.Profiler.list_objects(filter_data))
773 models.User.list_objects(filter_data))
827 acl_groups = models.AclGroup.list_objects(filter_data)
Dmodel_logic.py828 def list_objects(cls, filter_data, initial_query=None): member in ModelExtensions
/external/tensorflow/tensorflow/dtensor/python/
Dd_checkpoint.py298 for existing_trackable in self._graph_view.list_objects():
/external/tensorflow/tensorflow/python/kernel_tests/data_structures/
Dlookup_ops_test.py1270 objects = checkpoint_util.list_objects(graph_view.ObjectGraphView(table))