Home
last modified time | relevance | path

Searched refs:ImportGraphDef (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor_test.cc79 Status status = ImportGraphDef(opts, gdef_, &graph_, refiner, results); in ExpectError()
100 Status s = ImportGraphDef(opts, gdef_, &graph_, refiner, results); in ExpectOK()
804 auto s = ImportGraphDef(opts, def, &graph_, nullptr); in TEST_F()
897 TEST_F(GraphConstructorTest, ImportGraphDef) { in TEST_F() argument
904 Status s = ImportGraphDef(opts, def, &graph_, nullptr); in TEST_F()
939 s = ImportGraphDef(opts, def, &graph_, nullptr); in TEST_F()
955 s = ImportGraphDef(opts, def, &graph_, nullptr); in TEST_F()
960 s = ImportGraphDef(opts, def, &graph_, nullptr); in TEST_F()
991 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr); in TEST_F()
1012 Status s = ImportGraphDef(opts, def, &graph_, nullptr); in TEST_F()
[all …]
Dgraph_constructor.h179 extern Status ImportGraphDef(const ImportGraphDefOptions& opts,
Dgraph_constructor.cc1230 Status ImportGraphDef(const ImportGraphDefOptions& opts, const GraphDef& gdef, in ImportGraphDef() function
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_lib.cc235 ImportGraphDef({}, cleaned_graph_def, &input_graph, &shape_refiner)); in FoldConstants()
238 ImportGraphDef({}, input_graph_def, &input_graph, &shape_refiner)); in FoldConstants()
/external/tensorflow/tensorflow/core/common_runtime/data/
Dstandalone.cc46 TF_RETURN_IF_ERROR(ImportGraphDef({}, graph_def, &graph, nullptr)); in FromGraph()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_fusion_optimizer.cc150 ImportGraphDef(options, item.graph, &graph, &shape_refiner)); in Optimize()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.cc278 Status status = ImportGraphDef({}, graph_def, &graph, nullptr); in DryRunInferenceForAllNode()
590 ImportGraphDef(opts, *graph_def, &graph, &shape_refiner)); in BuildAndAddTensorShapes()
732 TF_RETURN_IF_ERROR(ImportGraphDef({}, graph_def, &graph, &shape_refiner)); in ClusterizeNodes()
837 TF_RETURN_IF_ERROR(ImportGraphDef({}, graph_def, &graph, &shape_refiner)); in BuildClusterSubgraphDef()
891 TF_RETURN_IF_ERROR(ImportGraphDef({}, graph_def, &graph, &shape_refiner)); in BuildClusterByBorder()
963 ImportGraphDef({}, input_graph_def, &graph, &shape_refiner)); in FuseCluster()
Dremote_fused_graph_execute_utils_test.cc350 Status status = ImportGraphDef(opts, def, &graph, &shape_refiner); in TEST()
469 TF_ASSERT_OK(ImportGraphDef({}, def, &graph, &shape_refiner)); in TEST()
/external/tensorflow/tensorflow/core/kernels/data/
Dgraph_rewrite_dataset.cc67 TF_RETURN_IF_ERROR(ImportGraphDef({}, graph_def, &graph, nullptr)); in Optimize()
Diterator_ops.cc138 TF_RETURN_IF_ERROR(ImportGraphDef({}, graph_def, &graph, nullptr)); in Restore()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transferer.cc99 Status status = ImportGraphDef({}, graph_def, &graph, &shape_refiner); in LoadGraphFromProto()
/external/tensorflow/tensorflow/c/
Dc_api.cc2122 status->status = tensorflow::ImportGraphDef(opts->opts, def, &graph->graph, in GraphImportGraphDefLocked()
2279 ImportGraphDef(opts, gdef, dst_graph, dst_refiner, &results)); in CopyGraph()
Dc_api_test.cc656 TEST(CAPI, ImportGraphDef) { in TEST() argument
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc2167 const auto& tf_convert_status = tensorflow::ImportGraphDef( in InlineAllFunctions()