MetaGraphDef.MetaInfoDefOrBuilder

genel statik arayüz MetaGraphDef.MetaInfoDefOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut boole
includeFunctionAliases (Dize anahtarı)
 FunctionDef name to aliases mapping.
abstract com.google.protobuf.Herhangi biri
getAnyInfo ()
 A serialized protobuf.
abstract com.google.protobuf.AnyOrBuilder
getAnyInfoOrBuilder ()
 A serialized protobuf.
soyut Harita<Dize, Dize>
getFunctionAliases ()
Bunun yerine getFunctionAliasesMap() işlevini kullanın.
soyut int
getFunctionAliasesCount ()
 FunctionDef name to aliases mapping.
soyut Harita<Dize, Dize>
getFunctionAliasesMap ()
 FunctionDef name to aliases mapping.
soyut Dize
getFunctionAliasesOrDefault (Dize anahtarı, Dize defaultValue)
 FunctionDef name to aliases mapping.
soyut Dize
getFunctionAliasesOrThrow (Dize anahtarı)
 FunctionDef name to aliases mapping.
soyut Dize
getMetaGraphVersion ()
 User specified Version string.
abstract com.google.protobuf.ByteString
getMetaGraphVersionBytes ()
 User specified Version string.
soyut boole
getStrippedDefaultAttrs ()
 A flag to denote whether default-valued attrs have been stripped from
 the nodes in this graph_def.
özet OpList
getStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
özet OpListOrBuilder
getStrippedOpListOrBuilder ()
 A copy of the OpDefs used by the producer of this graph_def.
soyut Dize
getTags (int dizini)
 User supplied tag(s) on the meta_graph and included graph_def.
abstract com.google.protobuf.ByteString
getTagsBytes (int dizini)
 User supplied tag(s) on the meta_graph and included graph_def.
soyut int
getTagsCount ()
 User supplied tag(s) on the meta_graph and included graph_def.
özet Liste<String>
getTagsList ()
 User supplied tag(s) on the meta_graph and included graph_def.
soyut Dize
getTensorflowGitVersion ()
 The __git_version__ string of the tensorflow build used to write this
 graph.
abstract com.google.protobuf.ByteString
getTensorflowGitVersionBytes ()
 The __git_version__ string of the tensorflow build used to write this
 graph.
soyut Dize
getTensorflowVersion ()
 The __version__ string of the tensorflow build used to write this graph.
abstract com.google.protobuf.ByteString
getTensorflowVersionBytes ()
 The __version__ string of the tensorflow build used to write this graph.
soyut boole
Herhangi Bir Bilgisi Var ()
 A serialized protobuf.
soyut boole
hasStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.

Genel Yöntemler

genel soyut boolean includeFunctionAliases (Dize anahtarı)

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

genel özet 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;

genel özet 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;

genel soyut Harita<String, String> getFunctionAliases ()

Bunun yerine getFunctionAliasesMap() işlevini kullanın.

genel özet int getFunctionAliasesCount ()

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

genel soyut Harita<String, String> getFunctionAliasesMap ()

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

genel özet String getFunctionAliasesOrDefault (Dize anahtarı, String defaultValue)

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

genel özet String getFunctionAliasesOrThrow (String anahtarı)

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

genel özet Dize 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;

genel özet 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;

genel soyut boolean getStrippedDefaultAttrs ()

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

genel özet 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;

genel özet 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;

genel özet Dize getTags (int dizini)

 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;

genel özet com.google.protobuf.ByteString getTagsBytes (int dizini)

 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;

genel özet 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;

genel özet Listesi<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;

genel özet Dize 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;

genel özet 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;

genel özet Dize 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;

genel özet 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;

genel soyut boolean 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;

genel soyut boolean 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;