Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/contrib/session_bundle/
Dsignature.h39 Status GetSignatures(const tensorflow::MetaGraphDef& meta_graph_def,
44 tensorflow::MetaGraphDef* meta_graph_def);
50 const tensorflow::MetaGraphDef& meta_graph_def,
57 const string& name, const tensorflow::MetaGraphDef& meta_graph_def,
63 Status GetRegressionSignature(const tensorflow::MetaGraphDef& meta_graph_def,
89 const tensorflow::MetaGraphDef& meta_graph_def,
93 Status GetDefaultSignature(const tensorflow::MetaGraphDef& meta_graph_def,
99 const tensorflow::MetaGraphDef& meta_graph_def,
Dsignature_test.cc44 tensorflow::MetaGraphDef meta_graph_def; in TEST()
62 tensorflow::MetaGraphDef meta_graph_def; in TEST()
79 tensorflow::MetaGraphDef meta_graph_def; in TEST()
96 tensorflow::MetaGraphDef meta_graph_def; in TEST()
115 tensorflow::MetaGraphDef meta_graph_def; in TEST()
132 tensorflow::MetaGraphDef meta_graph_def; in TEST()
152 tensorflow::MetaGraphDef meta_graph_def; in TEST()
169 tensorflow::MetaGraphDef meta_graph_def; in TEST()
186 tensorflow::MetaGraphDef meta_graph_def; in TEST()
203 tensorflow::MetaGraphDef meta_graph_def; in TEST()
[all …]
Dbundle_shim_test.cc76 const MetaGraphDef meta_graph_def = saved_model_bundle.meta_graph_def; in LoadAndValidateSavedModelBundle()
104 void ValidateSignatureDef(const MetaGraphDef& meta_graph_def, const string& key, in ValidateSignatureDef()
148 MetaGraphDef meta_graph_def; in TEST()
159 MetaGraphDef meta_graph_def; in TEST()
175 MetaGraphDef meta_graph_def; in TEST()
203 MetaGraphDef meta_graph_def; in TEST()
238 MetaGraphDef meta_graph_def; in TEST()
262 MetaGraphDef meta_graph_def; in TEST()
316 MetaGraphDef meta_graph_def; in TEST()
375 MetaGraphDef meta_graph_def; in TEST()
[all …]
Dsession_bundle_test.cc51 using MetaGraphDefTwiddler = std::function<void(MetaGraphDef*)>;
73 MetaGraphDef graph_def; in CopyExport()
300 const string export_path = SetupExport([](MetaGraphDef*) {}); in TEST_F() argument
308 SetupExport([](MetaGraphDef*) {}, "export", kMetaGraphDefFilename); in TEST_F() argument
313 const string path = SetupExport([](MetaGraphDef* def) { in TEST_F()
324 const string path = SetupExport([](MetaGraphDef* def) { in TEST_F()
341 const string path = SetupExport([](MetaGraphDef* def) { in TEST_F()
358 const string path = SetupExport([](MetaGraphDef* def) { in TEST_F()
375 const string path = SetupExport([](MetaGraphDef* def) { in TEST_F()
392 const string path = SetupExport([](MetaGraphDef* def) { in TEST_F()
[all …]
Dsignature.cc49 Status GetSignatures(const tensorflow::MetaGraphDef& meta_graph_def, in GetSignatures()
63 tensorflow::MetaGraphDef* meta_graph_def) { in SetSignatures()
77 const tensorflow::MetaGraphDef& meta_graph_def, in GetClassificationSignature()
96 const string& name, const tensorflow::MetaGraphDef& meta_graph_def, in GetNamedClassificationSignature()
152 Status GetRegressionSignature(const tensorflow::MetaGraphDef& meta_graph_def, in GetRegressionSignature()
201 const tensorflow::MetaGraphDef& meta_graph_def, in GetGenericSignature()
219 Status GetDefaultSignature(const tensorflow::MetaGraphDef& meta_graph_def, in GetDefaultSignature()
228 const tensorflow::MetaGraphDef& meta_graph_def, in GetNamedSignature()
Dbundle_shim.cc82 MetaGraphDef* meta_graph_def) { in MaybeBuildPredictSignatureDef()
163 MetaGraphDef* meta_graph_def) { in ConvertDefaultSignatureToSignatureDef()
199 MetaGraphDef* meta_graph_def) { in ConvertNamedSignaturesToSignatureDef()
305 const MetaGraphDef& meta_graph_def, in BuildTensorNameToDtypeMap()
320 Status ConvertSignaturesToSignatureDefs(MetaGraphDef* meta_graph_def) { in ConvertSignaturesToSignatureDefs()
/external/tensorflow/tensorflow/cc/saved_model/
Dreader_test.cc38 void CheckMetaGraphDef(const MetaGraphDef& meta_graph_def) { in CheckMetaGraphDef()
50 MetaGraphDef meta_graph_def; in TEST_F()
60 MetaGraphDef meta_graph_def; in TEST_F()
74 MetaGraphDef meta_graph_def; in TEST_F()
88 MetaGraphDef meta_graph_def; in TEST_F()
98 MetaGraphDef meta_graph_def; in TEST_F()
Dreader.cc53 MetaGraphDef* meta_graph_def) { in FindMetaGraphDef()
56 for (const MetaGraphDef& graph_def : saved_model_proto.meta_graphs()) { in FindMetaGraphDef()
81 MetaGraphDef* const meta_graph_def) { in ReadMetaGraphDefFromSavedModel()
Dloader.cc67 Status LoadMetaGraphIntoSession(const MetaGraphDef& meta_graph_def, in LoadMetaGraphIntoSession()
147 const MetaGraphDef& meta_graph_def, in RunInitOp()
164 Status GetInitOp(const string& export_dir, const MetaGraphDef& meta_graph_def, in GetInitOp()
233 Status GetAssetFileDefs(const MetaGraphDef& meta_graph_def, in GetAssetFileDefs()
Dreader.h35 MetaGraphDef* const meta_graph_def);
/external/tensorflow/tensorflow/python/grappler/
Dmodel_analyzer.i19 %typemap(in) const tensorflow::MetaGraphDef& (tensorflow::MetaGraphDef temp) {
43 string GenerateModelReport(const tensorflow::MetaGraphDef& metagraph, in GenerateModelReport()
63 string GenerateModelReport(const tensorflow::MetaGraphDef& metagraph,
Dcost_analyzer.i20 %typemap(in) const tensorflow::MetaGraphDef& (tensorflow::MetaGraphDef temp) {
46 string GenerateCostReport(const tensorflow::MetaGraphDef& metagraph, bool per_node_report, in GenerateCostReport()
66 string GenerateCostReport(const tensorflow::MetaGraphDef& metagraph, bool per_node_report,
Dtf_optimizer.i20 %typemap(in) const tensorflow::MetaGraphDef& (tensorflow::MetaGraphDef temp) {
97 const tensorflow::MetaGraphDef& metagraph, in TF_OptimizeGraph()
130 const tensorflow::MetaGraphDef& metagraph, bool verbose,
Ditem.i17 %typemap(in) const tensorflow::MetaGraphDef& (tensorflow::MetaGraphDef temp) {
74 const tensorflow::MetaGraphDef& meta_graph, bool ignore_colocation, in TF_NewItem()
310 const tensorflow::MetaGraphDef& meta_graph, bool ignore_colocation,
/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"
Dtensorflow.-meta-graph-def.-collection-def-entry.pbtxt1 path: "tensorflow.MetaGraphDef.CollectionDefEntry"
Dtensorflow.-meta-graph-def.-signature-def-entry.pbtxt1 path: "tensorflow.MetaGraphDef.SignatureDefEntry"
/external/tensorflow/tensorflow/contrib/meta_graph_transform/
Dmeta_graph_transform_test.py66 meta_info_def = meta_graph_pb2.MetaGraphDef.MetaInfoDef()
346 meta_graph_def = meta_graph_pb2.MetaGraphDef()
374 base_meta_graph_def = meta_graph_pb2.MetaGraphDef()
396 expected_meta_graph_def = meta_graph_pb2.MetaGraphDef()
452 base_meta_graph_def = meta_graph_pb2.MetaGraphDef()
456 meta_graph_def = meta_graph_pb2.MetaGraphDef()
468 base_meta_graph_def = meta_graph_pb2.MetaGraphDef()
472 meta_graph_def = meta_graph_pb2.MetaGraphDef()
485 base_meta_graph_def = meta_graph_pb2.MetaGraphDef()
495 meta_graph_def = meta_graph_pb2.MetaGraphDef()
[all …]
/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()
/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()
Dgrappler_item_builder.h27 class MetaGraphDef; variable
59 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/contrib/saved_model/cc/saved_model/
Dsignature_def_utils_test.cc28 MetaGraphDef MakeSampleMetaGraphDef() { in MakeSampleMetaGraphDef()
29 MetaGraphDef result; in MakeSampleMetaGraphDef()
69 const MetaGraphDef meta_graph_def = MakeSampleMetaGraphDef(); in TEST_F()
/external/tensorflow/tensorflow/python/
D__init__.py57 from tensorflow.core.protobuf.meta_graph_pb2 import MetaGraphDef
166 tf_export(v1=['MetaGraphDef'])(MetaGraphDef)

123