Home
last modified time | relevance | path

Searched refs:ConvertGraphDefToGraph (Results 1 – 25 of 35) sorted by relevance

12

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.h56 extern Status ConvertGraphDefToGraph(const GraphConstructorOptions& opts,
58 extern Status ConvertGraphDefToGraph(const GraphConstructorOptions& opts,
Dgraph_def_builder_util.cc25 return ConvertGraphDefToGraph(opts, std::move(graph_def), graph); in GraphDefBuilderToGraph()
Dgraph_test.cc113 TF_CHECK_OK(ConvertGraphDefToGraph(opts, gdef, &graph_)); in FromGraphDef()
670 TF_CHECK_OK(ConvertGraphDefToGraph(opts, graph_def, &graph)); in BM_InEdgeIteration()
713 TF_CHECK_OK(ConvertGraphDefToGraph(opts, graph_def, &graph)); in BM_GraphCreation()
718 TF_CHECK_OK(ConvertGraphDefToGraph(opts, graph_def, &graph)); in BM_GraphCreation()
753 TF_CHECK_OK(ConvertGraphDefToGraph(opts, graph_def, &graph)); in BM_ToGraphDef()
793 TF_CHECK_OK(ConvertGraphDefToGraph(opts, graph_def, &graph)); in BM_RemoveNode()
Dmkl_tfconversion_pass_test.cc51 TF_CHECK_OK(ConvertGraphDefToGraph(opts, graph_def, graph)); in InitGraph()
Dquantize_training_test.cc318 TF_ASSERT_OK(ConvertGraphDefToGraph(opts, result_graphdef, &result_graph)); in TEST_F()
350 TF_ASSERT_OK(ConvertGraphDefToGraph(opts, result_graphdef, &result_graph)); in TEST_F()
Doptimizer_cse_test.cc44 TF_CHECK_OK(ConvertGraphDefToGraph(opts, graph_def, graph)); in InitGraph()
Dalgorithm_test.cc215 TF_CHECK_OK(ConvertGraphDefToGraph(opts, graph_def, &graph)); in BM_PruneForReverseReachability()
Dsubgraph_test.cc55 TF_CHECK_OK(ConvertGraphDefToGraph(opts, gdef_, g_.get())); in ExpectOK()
Dquantize_training.cc668 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(opts, input_graphdef, &graph)); in DoQuantizeTrainingOnGraphDef()
Dgraph_constructor.cc1453 Status ConvertGraphDefToGraph(const GraphConstructorOptions& opts, in ConvertGraphDefToGraph() function
1462 Status ConvertGraphDefToGraph(const GraphConstructorOptions& opts, in ConvertGraphDefToGraph() function
/external/tensorflow/tensorflow/core/framework/
Dgraph_to_functiondef_test.cc70 TF_EXPECT_OK(ConvertGraphDefToGraph(options, graph_def, graph.get())); in TEST()
107 TF_EXPECT_OK(ConvertGraphDefToGraph(options, graph_def, graph.get())); in TEST()
140 TF_EXPECT_OK(ConvertGraphDefToGraph(options, graph_def, graph.get())); in TEST()
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc105 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph({}, *ret->original_graph_def_, in MakeForBaseGraph()
115 ConvertGraphDefToGraph({}, std::move(graph_def), base_graph.get())); in MakeForBaseGraph()
160 ConvertGraphDefToGraph({}, std::move(temp), base_graph.get())); in MakeForPrunedGraph()
266 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph( in Extend()
760 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(opts, std::move(new_graph), in OptimizeGraph()
Dplacer_inspection_required_ops_utils_test.cc42 TF_ASSERT_OK(ConvertGraphDefToGraph(opts, graph_def, &graph)); in VerifyPlacerInspectionRequiredOps()
Dpartitioning_utils.cc66 ConvertGraphDefToGraph(opts, std::move(graph_def), subgraph.get())); in PartitionFunctionGraph()
Disolate_placer_inspection_required_ops_pass_test.cc47 TF_ASSERT_OK(ConvertGraphDefToGraph(opts, original, graph.get())); in RunPass()
/external/tensorflow/tensorflow/tools/optimization/
Doptimization_pass_runner.cc114 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(graph_opts, std::move(input), in Run()
/external/tensorflow/tensorflow/compiler/jit/tests/
Dauto_clustering_test_helper.cc44 ConvertGraphDefToGraph(graph_opts, auto_clustered_graph_def, &graph)); in SummarizeClustering()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond_test.cc142 TF_EXPECT_OK(ConvertGraphDefToGraph(options, graph_def, &graph)); in TEST()
Dfunctionalize_control_flow.cc75 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph({}, *graph_def, &graph)); in FunctionalizeControlFlowForGraphDef()
Dgraph_compiler_util.cc297 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph( in InitGraph()
Dresource_util_test.cc55 ConvertGraphDefToGraph(GraphConstructorOptions(), graphdef, graph.get())); in AnalyzeAndVerify()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc151 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(opts, gdef, &graph)); in InitItem()
185 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph( in InitItem()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc533 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(GraphConstructorOptions(), in RegisterGraphToFunctionLibrary()
617 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(GraphConstructorOptions(), in ConvertAfterShapes()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc275 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph( in RuntimeGraphOptimizer()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc522 TF_RETURN_IF_ERROR(::tensorflow::ConvertGraphDefToGraph( in RemoveBackedges()
2789 ConvertGraphDefToGraph(options, preprocessed_graphdef, &graph)); in Convert()
2945 ConvertGraphDefToGraph(options, sub_graph_def, &sub_graph)); in ConvertSignature()
3158 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph( in ConvertGraphdefToMlir()

12