Searched refs:ConvertNodeDefsToGraph (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | graph_constructor.h | 64 extern Status ConvertNodeDefsToGraph(const GraphConstructorOptions& opts,
|
H A D | function_def_utils.cc | 53 TF_RETURN_IF_ERROR(ConvertNodeDefsToGraph(opts, result.nodes, graph.get())); in FunctionDefToBodyHelper()
|
H A D | shape_refiner.cc | 177 ConvertNodeDefsToGraph(options, result.nodes, new_graph)); in InferShapesForFunction()
|
H A D | function_test.cc | 95 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 D | graph_constructor.cc | 1469 Status ConvertNodeDefsToGraph(const GraphConstructorOptions& opts, in ConvertNodeDefsToGraph() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | dataset_test_base.cc | 450 ConvertNodeDefsToGraph(graph_options, result.nodes, g.get())); in RunFunction()
|