HomeSort by relevance Sort by last modified time
    Searched refs:ImportGraphDefOptions (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/core/graph/
graph_constructor.h 56 struct ImportGraphDefOptions {
57 ImportGraphDefOptions()
146 // ImportGraphDefOptions::return_tensors. Note that the index may be different
152 // The requested nodes associated with ImportGraphDefOptions::return_nodes.
155 // Keys in ImportGraphDefOptions::input_map that don't appear in `gdef` and
176 extern Status ImportGraphDef(const ImportGraphDefOptions& opts,
graph_constructor_test.cc 71 void ExpectError(const string& gdef_ascii, const ImportGraphDefOptions& opts,
96 void ExpectOK(const string& gdef_ascii, const ImportGraphDefOptions& opts,
798 ImportGraphDefOptions opts;
894 ImportGraphDefOptions opts;
986 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr);
1004 const ImportGraphDefOptions opts;
1128 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr);
1133 s = ImportGraphDef(ImportGraphDefOptions(), def, &g2, nullptr);
1162 Status s = ImportGraphDef(ImportGraphDefOptions(), def, &graph_, nullptr);
1170 ExpectOK("node { name: 'input' op: 'TestInput' }", ImportGraphDefOptions(),
    [all...]
graph_constructor.cc 73 Options(const ImportGraphDefOptions& in) // NOLINT(runtime/explicit)
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_internal.h 139 tensorflow::ImportGraphDefOptions opts;
142 // TODO(skyewm): it'd be better if ImportGraphDefOptions owned this.
c_api.cc     [all...]
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils_test.cc 346 ImportGraphDefOptions opts;
    [all...]
remote_fused_graph_execute_utils.cc 585 ImportGraphDefOptions opts;
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.cc 930 ImportGraphDefOptions options;
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
import_tensorflow.cc     [all...]

Completed in 838 milliseconds