MetaGraphDef.MetaInfoDefOrBuilder

رابط استاتیک عمومی MetaGraphDef.MetaInfoDefOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

بولی انتزاعی
containFunctionAliases (کلید رشته)
 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() استفاده کنید.
انتزاعی
getFunctionAliasesCount ()
 FunctionDef name to aliases mapping.
نقشه انتزاعی<String, String>
getFunctionAliasesMap ()
 FunctionDef name to aliases mapping.
رشته انتزاعی
getFunctionAliasesOrDefault (کلید رشته، مقدار پیش فرض رشته)
 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.
بولی انتزاعی
getStrippedDefaultAttrs ()
 A flag to denote whether default-valued attrs have been stripped from
 the nodes in this graph_def.
OpList انتزاعی
getStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
OpListOrBuilder انتزاعی
getStrippedOpListOrBuilder ()
 A copy of the OpDefs used by the producer of this graph_def.
رشته انتزاعی
برچسب های دریافت (شاخص int)
 User supplied tag(s) on the meta_graph and included graph_def.
چکیده com.google.protobuf.ByteString
getTagsBytes (شاخص int)
 User supplied tag(s) on the meta_graph and included graph_def.
انتزاعی
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.
بولی انتزاعی
hasStrippedOpList ()
 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 (کلید رشته، مقدار پیش فرض رشته)

 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;

بولی انتزاعی عمومی getStrippedDefaultAttrs ()

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

OpList انتزاعی عمومی getStrippedOpList ()

 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 getStrippedOpListOrBuilder ()

 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;

تگ های رشته ای انتزاعی عمومی (شاخص int)

 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;

hasStrippedOpList بولین انتزاعی عمومی ()

 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;