Searched refs:ImportGraphDefOptions (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_constructor_test.cc | 80 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 …]
|
D | graph_constructor.h | 68 struct ImportGraphDefOptions { struct 69 ImportGraphDefOptions() in ImportGraphDefOptions() argument 191 extern Status ImportGraphDef(const ImportGraphDefOptions& opts,
|
D | graph_constructor.cc | 102 Options(const ImportGraphDefOptions& in) // NOLINT(runtime/explicit) in Options() 1484 Status ImportGraphDef(const ImportGraphDefOptions& opts, const GraphDef& gdef, in ImportGraphDef()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_internal.h | 137 tensorflow::ImportGraphDefOptions opts;
|
D | c_api.cc | 1877 tensorflow::ImportGraphDefOptions opts; in CopyGraph()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
D | trt_convert_api.cc | 95 ImportGraphDefOptions opts; in ImportGraphDefToSession()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | import_tensorflow.cc | 2306 tensorflow::ImportGraphDefOptions gc_opts; in InlineAllFunctions()
|