Home
last modified time | relevance | path

Searched refs:_AugmentedGraphView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dsave.py91 class _AugmentedGraphView(graph_view.ObjectGraphView): class
107 super(_AugmentedGraphView, self).__init__(root)
143 super(_AugmentedGraphView, self)._breadth_first_traversal())
170 return super(_AugmentedGraphView, self)._breadth_first_traversal()
177 for name, child in super(_AugmentedGraphView, self).list_children(
1382 augmented_graph_view = _AugmentedGraphView(obj)
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/
H A Dsaved_model_cli.py195 save._AugmentedGraphView(trackable_object) # pylint: disable=protected-access