Home
last modified time | relevance | path

Searched refs:MetaGraphDef (Results 1 – 25 of 61) sorted by relevance

123

/external/tensorflow/tensorflow/cc/saved_model/
Dreader_test.cc45 void CheckMetaGraphDef(const MetaGraphDef& meta_graph_def) { in CheckMetaGraphDef()
57 MetaGraphDef meta_graph_def; in TEST_F()
66 MetaGraphDef meta_graph_def; in TEST_F()
79 MetaGraphDef meta_graph_def; in TEST_F()
92 MetaGraphDef meta_graph_def; in TEST_F()
101 MetaGraphDef meta_graph_def; in TEST_F()
Dloader_util.h30 Status GetInitOp(const string& export_dir, const MetaGraphDef& meta_graph_def,
33 Status GetAssetFileDefs(const MetaGraphDef& meta_graph_def,
Dloader.h66 MetaGraphDef meta_graph_def;
104 const MetaGraphDef& meta_graph, const string& export_dir,
111 const MetaGraphDef& meta_graph,
Dreader.cc54 MetaGraphDef* meta_graph_def) { in FindMetaGraphDef()
57 for (MetaGraphDef& graph_def : *saved_model_proto->mutable_meta_graphs()) { in FindMetaGraphDef()
82 MetaGraphDef* const meta_graph_def) { in ReadMetaGraphDefFromSavedModel()
Dbundle_v2.h47 MetaGraphDef& meta_graph_def() { return meta_graph_def_; } in meta_graph_def()
79 MetaGraphDef meta_graph_def_;
Dloader_util.cc31 Status GetInitOp(const string& export_dir, const MetaGraphDef& meta_graph_def, in GetInitOp()
63 Status GetAssetFileDefs(const MetaGraphDef& meta_graph_def, in GetAssetFileDefs()
Dreader.h36 MetaGraphDef* const meta_graph_def);
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-meta-graph-def.pbtxt1 path: "tensorflow.MetaGraphDef"
4 name: "MetaGraphDef"
10 type_name: ".tensorflow.MetaGraphDef.MetaInfoDef"
31 type_name: ".tensorflow.MetaGraphDef.CollectionDefEntry"
38 type_name: ".tensorflow.MetaGraphDef.SignatureDefEntry"
105 type_name: ".tensorflow.MetaGraphDef.MetaInfoDef.FunctionAliasesEntry"
Dtensorflow.-meta-graph-def.-meta-info-def.pbtxt1 path: "tensorflow.MetaGraphDef.MetaInfoDef"
54 type_name: ".tensorflow.MetaGraphDef.MetaInfoDef.FunctionAliasesEntry"
Dtensorflow.-meta-graph-def.-meta-info-def.-function-aliases-entry.pbtxt1 path: "tensorflow.MetaGraphDef.MetaInfoDef.FunctionAliasesEntry"
Dtensorflow.-meta-graph-def.-signature-def-entry.pbtxt1 path: "tensorflow.MetaGraphDef.SignatureDefEntry"
Dtensorflow.-meta-graph-def.-collection-def-entry.pbtxt1 path: "tensorflow.MetaGraphDef.CollectionDefEntry"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.h81 ConvertSavedModelV1ToMlirLite(const MetaGraphDef& meta_graph_def,
94 SavedModelMLIRImportInput(const MetaGraphDef* meta_graph_def, in SavedModelMLIRImportInput()
103 const MetaGraphDef& meta_graph_def() const { return *meta_graph_def_; } in meta_graph_def()
117 const MetaGraphDef* meta_graph_def_ = nullptr;
Dupgrade_graph.h26 class MetaGraphDef; variable
37 const MetaGraphDef& meta_graph_def);
/external/tensorflow/tensorflow/core/grappler/inputs/
Dfile_input_yielder.cc73 MetaGraphDef metagraph; in NextItem()
91 metagraph = MetaGraphDef(); in NextItem()
112 metagraph = MetaGraphDef(); in NextItem()
125 metagraph = MetaGraphDef(); in NextItem()
Dutils_test.cc62 MetaGraphDef meta_graph_def_;
99 MetaGraphDef result; in TEST_F()
105 MetaGraphDef result; in TEST_F()
Dutils.h41 MetaGraphDef* result);
Dutils.cc47 MetaGraphDef* result) { in ReadMetaGraphDefFromFile()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder_test.cc39 MetaGraphDef meta_graph; in TEST_F()
98 MetaGraphDef meta_graph; in TEST_F()
169 MetaGraphDef meta_graph; in TEST_F()
193 MetaGraphDef meta_graph; in TEST_F()
218 MetaGraphDef meta_graph; in TEST_F()
255 MetaGraphDef meta_graph; in TEST_F()
285 MetaGraphDef meta_graph; in TEST_F()
322 MetaGraphDef meta_graph; in TEST_F()
340 MetaGraphDef meta_graph; in TEST_F()
379 MetaGraphDef meta_graph; in TEST_F()
[all …]
Dgrappler_item_builder.h28 class MetaGraphDef; variable
73 const string& id, const MetaGraphDef& meta_graph, const ItemConfig& cfg);
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgraph_analyzer_tool.cc31 tensorflow::MetaGraphDef* metagraph) { in LoadModel()
46 void MaybePruneGraph(const tensorflow::MetaGraphDef& metagraph, in MaybePruneGraph()
76 tensorflow::MetaGraphDef metagraph; in GraphAnalyzerTool()
/external/tensorflow/tensorflow/python/
Dmodules_with_exports.py34 from tensorflow.core.protobuf.meta_graph_pb2 import MetaGraphDef
84 tf_export(v1=['MetaGraphDef'])(MetaGraphDef)
/external/tensorflow/tensorflow/python/grappler/
Dmodel_analyzer_wrapper.cc31 tensorflow::MetaGraphDef metagraph; in PYBIND11_MODULE()
Dcost_analyzer_wrapper.cc34 tensorflow::MetaGraphDef metagraph; in PYBIND11_MODULE()
/external/tensorflow/tensorflow/core/protobuf/
Dsaved_model.proto22 repeated MetaGraphDef meta_graphs = 2;

123