Home
last modified time | relevance | path

Searched refs:ConvertNodeDefsToGraph (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_constructor.h64 extern Status ConvertNodeDefsToGraph(const GraphConstructorOptions& opts,
H A Dfunction_def_utils.cc53 TF_RETURN_IF_ERROR(ConvertNodeDefsToGraph(opts, result.nodes, graph.get())); in FunctionDefToBodyHelper()
H A Dshape_refiner.cc177 ConvertNodeDefsToGraph(options, result.nodes, new_graph)); in InferShapesForFunction()
H A Dfunction_test.cc95 TF_CHECK_OK(ConvertNodeDefsToGraph(opts, result.nodes, g.get())); in Create()
2093 TF_CHECK_OK(ConvertNodeDefsToGraph(opts, result.nodes, g.get())); in Optimize()
H A Dgraph_constructor.cc1469 Status ConvertNodeDefsToGraph(const GraphConstructorOptions& opts, in ConvertNodeDefsToGraph() function
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Ddataset_test_base.cc450 ConvertNodeDefsToGraph(graph_options, result.nodes, g.get())); in RunFunction()