Home
last modified time | relevance | path

Searched refs:function_def_to_graph (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunction_def_to_graph_test.py21 from tensorflow.python.framework import function_def_to_graph
59 g = function_def_to_graph.function_def_to_graph(fdef)
70 g = function_def_to_graph.function_def_to_graph(fdef)
76 g = function_def_to_graph.function_def_to_graph(
87 g = function_def_to_graph.function_def_to_graph(
97 g = function_def_to_graph.function_def_to_graph(
122 fg = function_def_to_graph.function_def_to_graph(fdef)
174 g, tensor_name_map = function_def_to_graph.function_def_to_graph_def(fdef)
205 g, _ = function_def_to_graph.function_def_to_graph_def(
237 func_graph = function_def_to_graph.function_def_to_graph(fdef)
[all …]
H A Dfunction_def_to_graph.py34 def function_def_to_graph(fdef, function
H A DBUILD390 name = "function_def_to_graph",
391 srcs = ["function_def_to_graph.py"],
414 ":function_def_to_graph",
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_util_v2.py22 from tensorflow.python.framework import function_def_to_graph
321 func_graph = function_def_to_graph.function_def_to_graph(
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dfunction_deserialization.py27 from tensorflow.python.framework import function_def_to_graph as function_def_lib
416 func_graph = function_def_lib.function_def_to_graph(
H A DBUILD586 "//tensorflow/python:function_def_to_graph",
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A DBUILD1411 "//tensorflow/python/framework:function_def_to_graph",
1441 "//tensorflow/python/framework:function_def_to_graph",
4331 name = "function_def_to_graph",
4332 actual = "//tensorflow/python/framework:function_def_to_graph",