Home
last modified time | relevance | path

Searched refs:ImportGraphDefOptions (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor_test.cc71 void ExpectError(const string& gdef_ascii, const ImportGraphDefOptions& opts, in ExpectError()
96 void ExpectOK(const string& gdef_ascii, const ImportGraphDefOptions& opts, in ExpectOK()
803 ImportGraphDefOptions opts; in TEST_F()
899 ImportGraphDefOptions opts; in TEST_F()
991 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr); in TEST_F()
1009 const ImportGraphDefOptions opts; in TEST_F()
1133 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr);
1138 s = ImportGraphDef(ImportGraphDefOptions(), def, &g2, nullptr);
1167 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr); in TEST_F()
1175 ExpectOK("node { name: 'input' op: 'TestInput' }", ImportGraphDefOptions(), in TEST_F()
[all …]
Dgraph_constructor.h56 struct ImportGraphDefOptions { struct
57 ImportGraphDefOptions() in ImportGraphDefOptions() argument
179 extern Status ImportGraphDef(const ImportGraphDefOptions& opts,
Dgraph_constructor.cc76 Options(const ImportGraphDefOptions& in) // NOLINT(runtime/explicit) in Options()
1230 Status ImportGraphDef(const ImportGraphDefOptions& opts, const GraphDef& gdef, in ImportGraphDef()
/external/tensorflow/tensorflow/c/
Dc_api_internal.h145 tensorflow::ImportGraphDefOptions opts;
Dc_api.cc2259 tensorflow::ImportGraphDefOptions opts; in CopyGraph()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_fusion_optimizer.cc142 ImportGraphDefOptions options; in Optimize()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils_test.cc347 ImportGraphDefOptions opts; in TEST()
Dremote_fused_graph_execute_utils.cc586 ImportGraphDefOptions opts; in BuildAndAddTensorShapes()
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc2165 tensorflow::ImportGraphDefOptions gc_opts; in InlineAllFunctions()