Searched refs:ImportGraphDefOptions (Results 1 – 9 of 9) 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() 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 …]
|
D | graph_constructor.h | 56 struct ImportGraphDefOptions { struct 57 ImportGraphDefOptions() in ImportGraphDefOptions() argument 179 extern Status ImportGraphDef(const ImportGraphDefOptions& opts,
|
D | graph_constructor.cc | 76 Options(const ImportGraphDefOptions& in) // NOLINT(runtime/explicit) in Options() 1230 Status ImportGraphDef(const ImportGraphDefOptions& opts, const GraphDef& gdef, in ImportGraphDef()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_internal.h | 145 tensorflow::ImportGraphDefOptions opts;
|
D | c_api.cc | 2259 tensorflow::ImportGraphDefOptions opts; in CopyGraph()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_fusion_optimizer.cc | 142 ImportGraphDefOptions options; in Optimize()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils_test.cc | 347 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 | 2165 tensorflow::ImportGraphDefOptions gc_opts; in InlineAllFunctions()
|