Searched refs:ImportGraphDefOptions (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | graph_constructor_test.cc | 71 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 …]
|
D | graph_constructor.h | 68 struct ImportGraphDefOptions { struct 69 ImportGraphDefOptions() in ImportGraphDefOptions() argument 191 extern Status ImportGraphDef(const ImportGraphDefOptions& opts,
|
D | graph_constructor.cc | 99 Options(const ImportGraphDefOptions& in) // NOLINT(runtime/explicit) in Options() 1486 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 | 1849 tensorflow::ImportGraphDefOptions opts; in CopyGraph()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils_test.cc | 346 ImportGraphDefOptions opts; in TEST()
|
D | remote_fused_graph_execute_utils.cc | 586 ImportGraphDefOptions opts; in BuildAndAddTensorShapes()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | import_tensorflow.cc | 2254 tensorflow::ImportGraphDefOptions gc_opts; in InlineAllFunctions()
|