Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor_test.cc88 Status status = ImportGraphDef(opts, gdef_, &graph_, refiner, results); in ExpectError()
109 Status s = ImportGraphDef(opts, gdef_, &graph_, refiner, results); in ExpectOK()
812 auto s = ImportGraphDef(opts, def, &graph_, nullptr); in TEST_F()
926 TEST_F(GraphConstructorTest, ImportGraphDef) { in TEST_F() argument
933 Status s = ImportGraphDef(opts, def, &graph_, nullptr); in TEST_F()
968 s = ImportGraphDef(opts, def, &graph_, nullptr); in TEST_F()
984 s = ImportGraphDef(opts, def, &graph_, nullptr); in TEST_F()
989 s = ImportGraphDef(opts, def, &graph_, nullptr); in TEST_F()
1020 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr); in TEST_F()
1041 Status s = ImportGraphDef(opts, def, &graph_, nullptr); in TEST_F()
[all …]
Dgraph_constructor.h191 extern Status ImportGraphDef(const ImportGraphDefOptions& opts,
Dgraph_constructor.cc1487 Status ImportGraphDef(const ImportGraphDefOptions& opts, const GraphDef& gdef, in ImportGraphDef() function
/external/tensorflow/tensorflow/compiler/mlir/python/
Dmlir.h33 std::string ImportGraphDef(const std::string &proto,
Dmlir.cc74 std::string ImportGraphDef(const std::string &proto, in ImportGraphDef() function
/external/tensorflow/tensorflow/python/
Dpywrap_mlir.py28 return ImportGraphDef(
Dmlir_wrapper.cc30 std::string output = tensorflow::ImportGraphDef( in PYBIND11_MODULE()
/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/kernels/data/
Ddataset_ops.cc134 OP_REQUIRES_OK(ctx, ImportGraphDef({}, graph_def, &graph, nullptr)); in Compute()
Drewrite_utils.cc174 TF_RETURN_IF_ERROR(ImportGraphDef({}, graph_def, &graph, nullptr)); in RewriteDataset()
/external/tensorflow/tensorflow/core/data/
Dstandalone.cc48 TF_RETURN_IF_ERROR(ImportGraphDef({}, graph_def, &graph, nullptr)); in FromGraph()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.cc278 Status status = ImportGraphDef({}, graph_def, &graph, nullptr); in DryRunInferenceForAllNode()
591 ImportGraphDef(opts, *graph_def, &graph, &shape_refiner)); in BuildAndAddTensorShapes()
733 TF_RETURN_IF_ERROR(ImportGraphDef({}, graph_def, &graph, &shape_refiner)); in ClusterizeNodes()
839 TF_RETURN_IF_ERROR(ImportGraphDef({}, graph_def, &graph, &shape_refiner)); in BuildClusterSubgraphDef()
893 TF_RETURN_IF_ERROR(ImportGraphDef({}, graph_def, &graph, &shape_refiner)); in BuildClusterByBorder()
965 ImportGraphDef({}, input_graph_def, &graph, &shape_refiner)); in FuseCluster()
Dremote_fused_graph_execute_utils_test.cc349 Status status = ImportGraphDef(opts, def, &graph, &shape_refiner); in TEST()
468 TF_ASSERT_OK(ImportGraphDef({}, def, &graph, &shape_refiner)); in TEST()
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt215 tensorflow::ImportGraphDef
/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.cc1715 status->status = tensorflow::ImportGraphDef(opts->opts, def, &graph->graph, in GraphImportGraphDefLocked()
1872 ImportGraphDef(opts, gdef, dst_graph, dst_refiner, &results)); in CopyGraph()
Dc_api_test.cc693 TEST(CAPI, ImportGraphDef) { in TEST() argument
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc2301 const auto& tf_convert_status = tensorflow::ImportGraphDef( in InlineAllFunctions()