Home
last modified time | relevance | path

Searched refs:ImportGraphDefOptions (Results 1 – 8 of 8) 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()
802 ImportGraphDefOptions opts; in TEST_F()
898 ImportGraphDefOptions opts; in TEST_F()
990 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr); in TEST_F()
1008 const ImportGraphDefOptions opts; in TEST_F()
1132 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr);
1137 s = ImportGraphDef(ImportGraphDefOptions(), def, &g2, nullptr);
1166 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr); in TEST_F()
1174 ExpectOK("node { name: 'input' op: 'TestInput' }", ImportGraphDefOptions(), in TEST_F()
[all …]
Dgraph_constructor.h68 struct ImportGraphDefOptions { struct
69 ImportGraphDefOptions() in ImportGraphDefOptions() argument
191 extern Status ImportGraphDef(const ImportGraphDefOptions& opts,
Dgraph_constructor.cc99 Options(const ImportGraphDefOptions& in) // NOLINT(runtime/explicit) in Options()
1486 Status ImportGraphDef(const ImportGraphDefOptions& opts, const GraphDef& gdef, in ImportGraphDef()
/external/tensorflow/tensorflow/c/
Dc_api_internal.h137 tensorflow::ImportGraphDefOptions opts;
Dc_api.cc1849 tensorflow::ImportGraphDefOptions opts; in CopyGraph()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils_test.cc346 ImportGraphDefOptions opts; in TEST()
Dremote_fused_graph_execute_utils.cc586 ImportGraphDefOptions opts; in BuildAndAddTensorShapes()
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc2254 tensorflow::ImportGraphDefOptions gc_opts; in InlineAllFunctions()