Home
last modified time | relevance | path

Searched refs:ObjectGraphView (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Dgraph_view.py26 class ObjectGraphView(trackable_view.TrackableView): class
75 for name, ref in super(ObjectGraphView,
128 return super(ObjectGraphView, self)._descendants_with_paths()
H A Dsave_util_v1_test.py45 graph_view.ObjectGraphView(root)))
66 graph_view.ObjectGraphView(root), object_map))
H A Dcheckpoint.py559 return util.list_objects(graph_view_lib.ObjectGraphView(root_trackable))
1551 graph_view_lib.ObjectGraphView(root_trackable)))
1724 self._saver = TrackableSaver(graph_view_lib.ObjectGraphView(self))
2183 graph_view_lib.ObjectGraphView(
H A Dcheckpoint_test.py110 graph_view.ObjectGraphView(obj).serialize_object_graph())
412 (named_variable,), _, _ = graph_view.ObjectGraphView(
434 (named_variable,), _, _ = graph_view.ObjectGraphView(
445 (named_variable,), _, _ = graph_view.ObjectGraphView(
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.__internal__.tracking.-object-graph-view.pbtxt1 path: "tensorflow.__internal__.tracking.ObjectGraphView"
3 is_instance: "<class \'tensorflow.python.checkpoint.graph_view.ObjectGraphView\'>"
H A Dtensorflow.__internal__.tracking.pbtxt20 name: "ObjectGraphView"
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/
H A Dsaved_model_experimental.py225 var_list, _, _ = graph_view.ObjectGraphView(model).serialize_object_graph()
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/python/
H A Dd_checkpoint.py418 graph_view_lib.ObjectGraphView(
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dload.py517 saver = checkpoint.TrackableSaver(graph_view.ObjectGraphView(self.get(0)))
H A Dsave.py91 class _AugmentedGraphView(graph_view.ObjectGraphView):
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dmonitored_session.py233 var_list=graph_view.ObjectGraphView(
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/data_structures/
H A Dlookup_ops_test.py1270 objects = checkpoint_util.list_objects(graph_view.ObjectGraphView(table))