Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dfunction_def_to_graph.py126 …ops.get_default_graph()._copy_functions_to_graph_def(graph_def, 0) # pylint: disable=protected-ac…
Dmeta_graph.py1030 graph._copy_functions_to_graph_def(graph_def, bytesize) # pylint: disable=protected-access
Dops.py3243 def _copy_functions_to_graph_def(self, graph_def, starting_bytesize): member in Graph