Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/tracking/
Dutil.py351 return graph_view_lib.ObjectGraphView(root_trackable).list_objects()
1125 named_saveable_objects = graph_view_lib.ObjectGraphView(
1136 return TrackableSaver(graph_view_lib.ObjectGraphView(
Dutil_test.py139 graph_view.ObjectGraphView(obj).serialize_object_graph())
287 named_variables, serialized_graph, _ = graph_view.ObjectGraphView(
668 (named_variable,), _, _ = graph_view.ObjectGraphView(
690 (named_variable,), _, _ = graph_view.ObjectGraphView(
701 (named_variable,), _, _ = graph_view.ObjectGraphView(
1474 graph_view.ObjectGraphView(root))
Dgraph_view.py140 class ObjectGraphView(object): class
Dutil_with_v1_optimizers_test.py104 named_variables, serialized_graph, _ = graph_view.ObjectGraphView(
867 graph_view.ObjectGraphView(root))
/external/tensorflow/tensorflow/python/keras/saving/
Dsaved_model.py204 var_list, _, _ = graph_view.ObjectGraphView(model).serialize_object_graph()
/external/tensorflow/tensorflow/python/saved_model/
Dload.py186 saver = util.TrackableSaver(graph_view.ObjectGraphView(self.get(0)))
Dsave.py67 class _AugmentedGraphView(graph_view.ObjectGraphView):
/external/tensorflow/tensorflow/contrib/optimizer_v2/
Dcheckpointable_utils_test.py122 named_variables, serialized_graph, _ = graph_view.ObjectGraphView(
701 object_saver = util.TrackableSaver(graph_view.ObjectGraphView(root))
/external/tensorflow/tensorflow/python/training/
Dmonitored_session.py230 var_list=graph_view.ObjectGraphView(