Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor_test.cc80 void ExpectError(const string& gdef_ascii, const ImportGraphDefOptions& opts, in ExpectError()
105 void ExpectOK(const string& gdef_ascii, const ImportGraphDefOptions& opts, in ExpectOK()
811 ImportGraphDefOptions opts; in TEST_F()
928 ImportGraphDefOptions opts; in TEST_F()
1020 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr); in TEST_F()
1038 const ImportGraphDefOptions opts; in TEST_F()
1162 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr);
1167 s = ImportGraphDef(ImportGraphDefOptions(), def, &g2, nullptr);
1179 ExpectOK("node { name: 'input' op: 'TestInput' }", ImportGraphDefOptions(), in TEST_F()
1183 ImportGraphDefOptions opts; in TEST_F()
[all …]
Dgraph_constructor.h68 struct ImportGraphDefOptions { struct
69 ImportGraphDefOptions() in ImportGraphDefOptions() argument
191 extern Status ImportGraphDef(const ImportGraphDefOptions& opts,
Dgraph_constructor.cc102 Options(const ImportGraphDefOptions& in) // NOLINT(runtime/explicit) in Options()
1484 Status ImportGraphDef(const ImportGraphDefOptions& opts, const GraphDef& gdef, in ImportGraphDef()
/external/tensorflow/tensorflow/c/
Dc_api_internal.h137 tensorflow::ImportGraphDefOptions opts;
Dc_api.cc1877 tensorflow::ImportGraphDefOptions opts; in CopyGraph()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/
Dtrt_convert_api.cc95 ImportGraphDefOptions opts; in ImportGraphDefToSession()
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc2306 tensorflow::ImportGraphDefOptions gc_opts; in InlineAllFunctions()