MetaGraphDef.MetaInfoDefOrBuilder

interfaccia statica pubblica MetaGraphDef.MetaInfoDefOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

booleano astratto
contieneFunctionAliases (chiave String)
 FunctionDef name to aliases mapping.
abstract com.google.protobuf.Any
getAnyInfo ()
 A serialized protobuf.
abstract com.google.protobuf.AnyOrBuilder
getAnyInfoOrBuilder ()
 A serialized protobuf.
mappa astratta<String, String>
astratto int
getFunctionAliasesCount ()
 FunctionDef name to aliases mapping.
mappa astratta<String, String>
getFunctionAliasesMap ()
 FunctionDef name to aliases mapping.
stringa astratta
getFunctionAliasesOrDefault (chiave String, String defaultValue)
 FunctionDef name to aliases mapping.
stringa astratta
getFunctionAliasesOrThrow (tasto String)
 FunctionDef name to aliases mapping.
stringa astratta
getMetaGraphVersion ()
 User specified Version string.
astratto com.google.protobuf.ByteString
getMetaGraphVersionBytes ()
 User specified Version string.
booleano astratto
getStrippedDefaultAttrs ()
 A flag to denote whether default-valued attrs have been stripped from
 the nodes in this graph_def.
OpList astratta
getStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
OpListOrBuilder astratto
getStrippedOpListOrBuilder ()
 A copy of the OpDefs used by the producer of this graph_def.
stringa astratta
getTags (indice int)
 User supplied tag(s) on the meta_graph and included graph_def.
astratto com.google.protobuf.ByteString
getTagsBytes (indice int)
 User supplied tag(s) on the meta_graph and included graph_def.
astratto int
getTagsCount ()
 User supplied tag(s) on the meta_graph and included graph_def.
Elenco astratto<String>
getTagsList ()
 User supplied tag(s) on the meta_graph and included graph_def.
stringa astratta
getTensorflowGitVersion ()
 The __git_version__ string of the tensorflow build used to write this
 graph.
astratto com.google.protobuf.ByteString
getTensorflowGitVersionBytes ()
 The __git_version__ string of the tensorflow build used to write this
 graph.
stringa astratta
getTensorflowVersion ()
 The __version__ string of the tensorflow build used to write this graph.
astratto com.google.protobuf.ByteString
getTensorflowVersionBytes ()
 The __version__ string of the tensorflow build used to write this graph.
booleano astratto
haQualsiasiInfo ()
 A serialized protobuf.
booleano astratto
hasStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.

Metodi pubblici

booleano astratto pubblico contieneFunctionAliases (chiave String)

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

estratto pubblico 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;

estratto pubblico 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;

public abstract Map<String, String> getFunctionAliases ()

Utilizzare invece getFunctionAliasesMap() .

public abstract int getFunctionAliasesCount ()

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

public abstract Map<String, String> getFunctionAliasesMap ()

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

public abstract String getFunctionAliasesOrDefault (chiave String, String defaultValue)

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

public abstract String getFunctionAliasesOrThrow (chiave String)

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

stringa astratta pubblica 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;

estratto pubblico 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;

pubblico astratto booleano getStrippedDefaultAttrs ()

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

estratto pubblico 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;

estratto pubblico 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;

public abstract String getTags (indice 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;

abstract pubblico com.google.protobuf.ByteString getTagsBytes (indice 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;

public abstract 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;

lista astratta pubblica<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;

stringa astratta pubblica 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;

public abstract 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;

stringa astratta pubblica 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;

estratto pubblico 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;

pubblico astratto booleano 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;

pubblico astratto booleano 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;