Searched refs:ObjectGraphView (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/ |
H A D | graph_view.py | 26 class ObjectGraphView(trackable_view.TrackableView): class 75 for name, ref in super(ObjectGraphView, 128 return super(ObjectGraphView, self)._descendants_with_paths()
|
H A D | save_util_v1_test.py | 45 graph_view.ObjectGraphView(root))) 66 graph_view.ObjectGraphView(root), object_map))
|
H A D | checkpoint.py | 559 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 D | checkpoint_test.py | 110 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 D | tensorflow.__internal__.tracking.-object-graph-view.pbtxt | 1 path: "tensorflow.__internal__.tracking.ObjectGraphView" 3 is_instance: "<class \'tensorflow.python.checkpoint.graph_view.ObjectGraphView\'>"
|
H A D | tensorflow.__internal__.tracking.pbtxt | 20 name: "ObjectGraphView"
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/ |
H A D | saved_model_experimental.py | 225 var_list, _, _ = graph_view.ObjectGraphView(model).serialize_object_graph()
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/python/ |
H A D | d_checkpoint.py | 418 graph_view_lib.ObjectGraphView(
|
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/ |
H A D | load.py | 517 saver = checkpoint.TrackableSaver(graph_view.ObjectGraphView(self.get(0)))
|
H A D | save.py | 91 class _AugmentedGraphView(graph_view.ObjectGraphView):
|
/aosp_15_r20/external/tensorflow/tensorflow/python/training/ |
H A D | monitored_session.py | 233 var_list=graph_view.ObjectGraphView(
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/data_structures/ |
H A D | lookup_ops_test.py | 1270 objects = checkpoint_util.list_objects(graph_view.ObjectGraphView(table))
|