Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dmeta_graph.py1020 graph._copy_functions_to_graph_def(graph_def, bytesize) # pylint: disable=protected-access
H A Dops.py3477 def _copy_functions_to_graph_def(self, graph_def, starting_bytesize): member in Graph