Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/tracking/
Dutil_test.py110 graph_view.ObjectGraphView(obj).serialize_object_graph())
395 (named_variable,), _, _ = graph_view.ObjectGraphView(
417 (named_variable,), _, _ = graph_view.ObjectGraphView(
428 (named_variable,), _, _ = graph_view.ObjectGraphView(
Dutil.py518 return graph_view_lib.ObjectGraphView(root_trackable).list_objects()
1390 named_saveable_objects = graph_view_lib.ObjectGraphView(
1402 graph_view_lib.ObjectGraphView(
Dgraph_view.py143 class ObjectGraphView(object): class
/external/tensorflow/tensorflow/python/keras/saving/
Dsaved_model_experimental.py227 var_list, _, _ = graph_view.ObjectGraphView(model).serialize_object_graph()
/external/tensorflow/tensorflow/python/keras/tests/
Dtracking_util_with_v1_optimizers_test.py102 named_variables, serialized_graph, _ = graph_view.ObjectGraphView(
637 graph_view.ObjectGraphView(root))
Dtracking_util_test.py133 named_variables, serialized_graph, _ = graph_view.ObjectGraphView(
831 graph_view.ObjectGraphView(root))
/external/tensorflow/tensorflow/python/saved_model/
Dload.py480 saver = util.TrackableSaver(graph_view.ObjectGraphView(self.get(0)))
Dsave.py81 class _AugmentedGraphView(graph_view.ObjectGraphView):
/external/tensorflow/tensorflow/python/training/
Dmonitored_session.py239 var_list=graph_view.ObjectGraphView(
/external/tensorflow/tensorflow/python/kernel_tests/
Dlookup_ops_test.py1122 object_graph_view = graph_view.ObjectGraphView(table)