MetaGraphDef.MetaInfoDefOrBuilder

ממשק סטטי ציבורי MetaGraphDef.MetaInfoDefOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

בוליאני מופשט
containsFunctionAliases (מפתח מחרוזת)
 FunctionDef name to aliases mapping.
תקציר com.google.protobuf.Any
getAnyInfo ()
 A serialized protobuf.
תקציר com.google.protobuf.AnyOrBuilder
getAnyInfoOrBuilder ()
 A serialized protobuf.
מפה מופשטת<String, String>
getFunctionAliases ()
השתמש getFunctionAliasesMap() במקום זאת.
מופשט int
getFunctionAliasesCount ()
 FunctionDef name to aliases mapping.
מפה מופשטת<String, String>
getFunctionAliasesMap ()
 FunctionDef name to aliases mapping.
מחרוזת מופשטת
getFunctionAliasesOrDefault (מפתח מחרוזת, מחרוזת defaultValue)
 FunctionDef name to aliases mapping.
מחרוזת מופשטת
getFunctionAliasesOrThrow (מפתח מחרוזת)
 FunctionDef name to aliases mapping.
מחרוזת מופשטת
getMetaGraphVersion ()
 User specified Version string.
תקציר com.google.protobuf.ByteString
getMetaGraphVersionBytes ()
 User specified Version string.
בוליאני מופשט
getStripedDefaultAttrs ()
 A flag to denote whether default-valued attrs have been stripped from
 the nodes in this graph_def.
מופשט OpList
getStripedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
תקציר OpListOrBuilder
getStripedOpListOrBuilder ()
 A copy of the OpDefs used by the producer of this graph_def.
מחרוזת מופשטת
getTags (int index)
 User supplied tag(s) on the meta_graph and included graph_def.
תקציר com.google.protobuf.ByteString
getTagsBytes (int index)
 User supplied tag(s) on the meta_graph and included graph_def.
מופשט int
getTagsCount ()
 User supplied tag(s) on the meta_graph and included graph_def.
רשימה מופשטת<String>
getTagsList ()
 User supplied tag(s) on the meta_graph and included graph_def.
מחרוזת מופשטת
getTensorflowGitVersion ()
 The __git_version__ string of the tensorflow build used to write this
 graph.
תקציר com.google.protobuf.ByteString
getTensorflowGitVersionBytes ()
 The __git_version__ string of the tensorflow build used to write this
 graph.
מחרוזת מופשטת
getTensorflowVersion ()
 The __version__ string of the tensorflow build used to write this graph.
תקציר com.google.protobuf.ByteString
getTensorflowVersionBytes ()
 The __version__ string of the tensorflow build used to write this graph.
בוליאני מופשט
hasAnyInfo ()
 A serialized protobuf.
בוליאני מופשט
hasStripedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.

שיטות ציבוריות

תקציר ציבורי בוליאני מכיל FunctionAliases (מפתח מחרוזת)

 FunctionDef name to aliases mapping.
 
map<string, string> function_aliases = 8;

תקציר ציבורי com.google.protobuf.Any getAnyInfo ()

 A serialized protobuf. Can be the time this meta graph is created, or
 modified, or name of the model.
 
.google.protobuf.Any any_info = 3;

תקציר ציבורי com.google.protobuf.AnyOrBuilder getAnyInfoOrBuilder ()

 A serialized protobuf. Can be the time this meta graph is created, or
 modified, or name of the model.
 
.google.protobuf.Any any_info = 3;

תקציר ציבורי מפה<String, String> getFunctionAliases ()

השתמש getFunctionAliasesMap() במקום זאת.

תקציר ציבורי int getFunctionAliasesCount ()

 FunctionDef name to aliases mapping.
 
map<string, string> function_aliases = 8;

תקציר ציבורי מפה<String, String> getFunctionAliasesMap ()

 FunctionDef name to aliases mapping.
 
map<string, string> function_aliases = 8;

תקציר ציבורי מחרוזת getFunctionAliasesOrDefault (מפתח מחרוזת, מחרוזת defaultValue)

 FunctionDef name to aliases mapping.
 
map<string, string> function_aliases = 8;

תקציר ציבורי מחרוזת getFunctionAliasesOrThrow (מפתח מחרוזת)

 FunctionDef name to aliases mapping.
 
map<string, string> function_aliases = 8;

מחרוזת תקציר ציבורי getMetaGraphVersion ()

 User specified Version string. Can be the name of the model and revision,
 steps this model has been trained to, etc.
 
string meta_graph_version = 1;

תקציר ציבורי com.google.protobuf.ByteString getMetaGraphVersionBytes ()

 User specified Version string. Can be the name of the model and revision,
 steps this model has been trained to, etc.
 
string meta_graph_version = 1;

תקציר בוליאני ציבורי getStripedDefaultAttrs ()

 A flag to denote whether default-valued attrs have been stripped from
 the nodes in this graph_def.
 
bool stripped_default_attrs = 7;

תקציר ציבורי OpList getStripedOpList ()

 A copy of the OpDefs used by the producer of this graph_def.
 Descriptions and Ops not used in graph_def are stripped out.
 
.tensorflow.OpList stripped_op_list = 2;

תקציר ציבורי OpListOrBuilder getStripedOpListOrBuilder ()

 A copy of the OpDefs used by the producer of this graph_def.
 Descriptions and Ops not used in graph_def are stripped out.
 
.tensorflow.OpList stripped_op_list = 2;

תקציר ציבורי של מחרוזת getTags (int index)

 User supplied tag(s) on the meta_graph and included graph_def.
 MetaGraphDefs should be tagged with their capabilities or use-cases.
 Examples: "train", "serve", "gpu", "tpu", etc.
 These tags enable loaders to access the MetaGraph(s) appropriate for a
 specific use-case or runtime environment.
 
repeated string tags = 4;

תקציר ציבורי com.google.protobuf.ByteString getTagsBytes (int index)

 User supplied tag(s) on the meta_graph and included graph_def.
 MetaGraphDefs should be tagged with their capabilities or use-cases.
 Examples: "train", "serve", "gpu", "tpu", etc.
 These tags enable loaders to access the MetaGraph(s) appropriate for a
 specific use-case or runtime environment.
 
repeated string tags = 4;

תקציר ציבורי int getTagsCount ()

 User supplied tag(s) on the meta_graph and included graph_def.
 MetaGraphDefs should be tagged with their capabilities or use-cases.
 Examples: "train", "serve", "gpu", "tpu", etc.
 These tags enable loaders to access the MetaGraph(s) appropriate for a
 specific use-case or runtime environment.
 
repeated string tags = 4;

רשימת תקציר ציבורית<String> getTagsList ()

 User supplied tag(s) on the meta_graph and included graph_def.
 MetaGraphDefs should be tagged with their capabilities or use-cases.
 Examples: "train", "serve", "gpu", "tpu", etc.
 These tags enable loaders to access the MetaGraph(s) appropriate for a
 specific use-case or runtime environment.
 
repeated string tags = 4;

מחרוזת תקציר ציבורי getTensorflowGitVersion ()

מחרוזת

 The __git_version__ string of the tensorflow build used to write this
 graph. This will be populated by the framework, which will overwrite any
 user supplied value.
 
string tensorflow_git_version = 6;

תקציר ציבורי com.google.protobuf.ByteString getTensorflowGitVersionBytes ()

מחרוזת

 The __git_version__ string of the tensorflow build used to write this
 graph. This will be populated by the framework, which will overwrite any
 user supplied value.
 
string tensorflow_git_version = 6;

מחרוזת תקציר ציבורי getTensorflowVersion ()

 The __version__ string of the tensorflow build used to write this graph.
 This will be populated by the framework, which will overwrite any user
 supplied value.
 
string tensorflow_version = 5;

תקציר ציבורי com.google.protobuf.ByteString getTensorflowVersionBytes ()

 The __version__ string of the tensorflow build used to write this graph.
 This will be populated by the framework, which will overwrite any user
 supplied value.
 
string tensorflow_version = 5;

תקציר ציבורי בוליאני hasAnyInfo ()

 A serialized protobuf. Can be the time this meta graph is created, or
 modified, or name of the model.
 
.google.protobuf.Any any_info = 3;

תקציר ציבורי בוליאני hasStripedOpList ()

 A copy of the OpDefs used by the producer of this graph_def.
 Descriptions and Ops not used in graph_def are stripped out.
 
.tensorflow.OpList stripped_op_list = 2;