OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MetaGraphDef
(Results
1 - 25
of
50
) sorted by null
1
2
/external/tensorflow/tensorflow/contrib/session_bundle/
signature.h
38
// Get Signatures from a
MetaGraphDef
.
39
Status GetSignatures(const tensorflow::
MetaGraphDef
& meta_graph_def,
42
// (Re)set Signatures in a
MetaGraphDef
.
44
tensorflow::
MetaGraphDef
* meta_graph_def);
46
// Gets a ClassificationSignature from a
MetaGraphDef
's default signature.
50
const tensorflow::
MetaGraphDef
& meta_graph_def,
53
// Gets a named ClassificationSignature from a
MetaGraphDef
.
57
const string& name, const tensorflow::
MetaGraphDef
& meta_graph_def,
60
// Gets a RegressionSignature from a
MetaGraphDef
's default signature.
63
Status GetRegressionSignature(const tensorflow::
MetaGraphDef
& meta_graph_def
[
all
...]
bundle_shim.h
51
// Converts signatures in the
MetaGraphDef
into a SignatureDefs in the
52
//
MetaGraphDef
.
53
Status ConvertSignaturesToSignatureDefs(
MetaGraphDef
* meta_graph_def);
session_bundle.h
47
MetaGraphDef
meta_graph_def;
session_bundle_test.cc
50
// Function used to rewrite a
MetaGraphDef
.
51
using MetaGraphDefTwiddler = std::function<void(
MetaGraphDef
*)>;
55
// The Twiddler can be used to update the
MetaGraphDef
before output.
73
MetaGraphDef
graph_def;
272
//
MetaGraphDef
.
300
const string export_path = SetupExport([](
MetaGraphDef
*) {});
308
SetupExport([](
MetaGraphDef
*) {}, "export", kMetaGraphDefFilename);
313
const string path = SetupExport([](
MetaGraphDef
* def) {
324
const string path = SetupExport([](
MetaGraphDef
* def) {
341
const string path = SetupExport([](
MetaGraphDef
* def)
[
all
...]
signature.cc
49
Status GetSignatures(const tensorflow::
MetaGraphDef
& meta_graph_def,
63
tensorflow::
MetaGraphDef
* meta_graph_def) {
77
const tensorflow::
MetaGraphDef
& meta_graph_def,
96
const string& name, const tensorflow::
MetaGraphDef
& meta_graph_def,
152
Status GetRegressionSignature(const tensorflow::
MetaGraphDef
& meta_graph_def,
201
const tensorflow::
MetaGraphDef
& meta_graph_def,
219
Status GetDefaultSignature(const tensorflow::
MetaGraphDef
& meta_graph_def,
228
const tensorflow::
MetaGraphDef
& meta_graph_def,
bundle_shim_test.cc
76
const
MetaGraphDef
meta_graph_def = saved_model_bundle.meta_graph_def;
102
// Helper function to validate that the SignatureDef found in the
MetaGraphDef
104
void ValidateSignatureDef(const
MetaGraphDef
& meta_graph_def, const string& key,
148
MetaGraphDef
meta_graph_def;
159
MetaGraphDef
meta_graph_def;
175
MetaGraphDef
meta_graph_def;
203
MetaGraphDef
meta_graph_def;
238
MetaGraphDef
meta_graph_def;
262
MetaGraphDef
meta_graph_def;
316
MetaGraphDef
meta_graph_def
[
all
...]
signature_test.cc
44
tensorflow::
MetaGraphDef
meta_graph_def;
62
tensorflow::
MetaGraphDef
meta_graph_def;
79
tensorflow::
MetaGraphDef
meta_graph_def;
96
tensorflow::
MetaGraphDef
meta_graph_def;
115
tensorflow::
MetaGraphDef
meta_graph_def;
132
tensorflow::
MetaGraphDef
meta_graph_def;
152
tensorflow::
MetaGraphDef
meta_graph_def;
169
tensorflow::
MetaGraphDef
meta_graph_def;
186
tensorflow::
MetaGraphDef
meta_graph_def;
203
tensorflow::
MetaGraphDef
meta_graph_def
[
all
...]
bundle_shim.cc
82
MetaGraphDef
* meta_graph_def) {
163
MetaGraphDef
* meta_graph_def) {
199
MetaGraphDef
* meta_graph_def) {
303
//
MetaGraphDef
.
305
const
MetaGraphDef
& meta_graph_def,
320
Status ConvertSignaturesToSignatureDefs(
MetaGraphDef
* meta_graph_def) {
/external/tensorflow/tensorflow/cc/saved_model/
reader.h
30
// finds the
MetaGraphDef
that matches the given set of tags and writes it to
32
// file does not exist or no
MetaGraphDef
matches the tags.
35
MetaGraphDef
* const meta_graph_def);
reader_test.cc
38
void CheckMetaGraphDef(const
MetaGraphDef
& meta_graph_def) {
50
MetaGraphDef
meta_graph_def;
60
MetaGraphDef
meta_graph_def;
74
MetaGraphDef
meta_graph_def;
88
MetaGraphDef
meta_graph_def;
98
MetaGraphDef
meta_graph_def;
loader.h
33
MetaGraphDef
meta_graph_def;
reader.cc
53
MetaGraphDef
* meta_graph_def) {
56
for (const
MetaGraphDef
& graph_def : saved_model_proto.meta_graphs()) {
81
MetaGraphDef
* const meta_graph_def) {
/external/tensorflow/tensorflow/python/grappler/
cost_analyzer.i
20
%typemap(in) const tensorflow::
MetaGraphDef
& (tensorflow::
MetaGraphDef
temp) {
31
"The
MetaGraphDef
could not be parsed as a valid protocol buffer");
46
string GenerateCostReport(const tensorflow::
MetaGraphDef
& metagraph, bool per_node_report,
66
string GenerateCostReport(const tensorflow::
MetaGraphDef
& metagraph, bool per_node_report,
model_analyzer.i
19
%typemap(in) const tensorflow::
MetaGraphDef
& (tensorflow::
MetaGraphDef
temp) {
30
"The
MetaGraphDef
could not be parsed as a valid protocol buffer");
43
string GenerateModelReport(const tensorflow::
MetaGraphDef
& metagraph,
63
string GenerateModelReport(const tensorflow::
MetaGraphDef
& metagraph,
tf_optimizer.i
20
%typemap(in) const tensorflow::
MetaGraphDef
& (tensorflow::
MetaGraphDef
temp) {
31
"The
MetaGraphDef
could not be parsed as a valid protocol buffer");
97
const tensorflow::
MetaGraphDef
& metagraph,
130
const tensorflow::
MetaGraphDef
& metagraph, bool verbose,
/external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.h
27
class
MetaGraphDef
;
56
// Factory method for creating a GrapplerItem from a
MetaGraphDef
.
59
const string& id, const
MetaGraphDef
& meta_graph, const ItemConfig& cfg);
62
// containing a
MetaGraphDef
in either binary or text format.
grappler_item_builder_test.cc
39
MetaGraphDef
meta_graph;
98
MetaGraphDef
meta_graph;
169
MetaGraphDef
meta_graph;
193
MetaGraphDef
meta_graph;
218
MetaGraphDef
meta_graph;
255
MetaGraphDef
meta_graph;
285
MetaGraphDef
meta_graph;
322
MetaGraphDef
meta_graph;
/external/tensorflow/tensorflow/core/grappler/inputs/
utils.h
39
// Reads
MetaGraphDef
from file in either text or raw serialized format.
41
MetaGraphDef
* result);
file_input_yielder.cc
73
MetaGraphDef
metagraph;
79
LOG(WARNING) << "Failed to read
MetaGraphDef
from " << filename << ": "
91
metagraph =
MetaGraphDef
();
112
metagraph =
MetaGraphDef
();
125
metagraph =
MetaGraphDef
();
utils_test.cc
62
MetaGraphDef
meta_graph_def_;
99
MetaGraphDef
result;
105
MetaGraphDef
result;
utils.cc
47
MetaGraphDef
* result) {
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
graph_analyzer_tool.cc
31
tensorflow::
MetaGraphDef
* metagraph) {
46
void MaybePruneGraph(const tensorflow::
MetaGraphDef
& metagraph,
76
tensorflow::
MetaGraphDef
metagraph;
/external/tensorflow/tensorflow/contrib/saved_model/cc/saved_model/
signature_def_utils.h
35
Status FindSignatureDefByKey(const
MetaGraphDef
& meta_graph_def,
signature_def_utils_test.cc
28
MetaGraphDef
MakeSampleMetaGraphDef() {
29
MetaGraphDef
result;
69
const
MetaGraphDef
meta_graph_def = MakeSampleMetaGraphDef();
/external/tensorflow/tensorflow/contrib/meta_graph_transform/
meta_graph_transform_test.py
15
"""Tests for
MetaGraphDef
Transform Tool."""
66
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
()
395
# Expected
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
()
[
all
...]
Completed in 1108 milliseconds
1
2