MetaGraphDef.MetaInfoDefOrBuilder

interface estática pública MetaGraphDef.MetaInfoDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
containsFunctionAliases (chave String)
 FunctionDef name to aliases mapping.
abstrato com.google.protobuf.Any
obterAnyInfo ()
 A serialized protobuf.
resumo com.google.protobuf.AnyOrBuilder
getAnyInfoOrBuilder ()
 A serialized protobuf.
mapa abstrato<String, String>
abstrato int
getFunctionAliasesCount ()
 FunctionDef name to aliases mapping.
mapa abstrato<String, String>
getFunctionAliasesMap ()
 FunctionDef name to aliases mapping.
cadeia abstrata
getFunctionAliasesOrDefault (chave de string, string defaultValue)
 FunctionDef name to aliases mapping.
cadeia abstrata
getFunctionAliasesOrThrow (chave de string)
 FunctionDef name to aliases mapping.
cadeia abstrata
getMetaGraphVersion ()
 User specified Version string.
abstrato com.google.protobuf.ByteString
getMetaGraphVersionBytes ()
 User specified Version string.
booleano abstrato
getStrippedDefaultAttrs ()
 A flag to denote whether default-valued attrs have been stripped from
 the nodes in this graph_def.
lista de opções abstrata
getStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
OpListOrBuilder abstrato
getStrippedOpListOrBuilder ()
 A copy of the OpDefs used by the producer of this graph_def.
cadeia abstrata
getTags (índice interno)
 User supplied tag(s) on the meta_graph and included graph_def.
abstrato com.google.protobuf.ByteString
getTagsBytes (índice interno)
 User supplied tag(s) on the meta_graph and included graph_def.
abstrato int
getTagsCount ()
 User supplied tag(s) on the meta_graph and included graph_def.
lista abstrata<String>
getTagsList ()
 User supplied tag(s) on the meta_graph and included graph_def.
cadeia abstrata
getTensorflowGitVersion ()
 The __git_version__ string of the tensorflow build used to write this
 graph.
abstrato com.google.protobuf.ByteString
getTensorflowGitVersionBytes ()
 The __git_version__ string of the tensorflow build used to write this
 graph.
cadeia abstrata
getTensorflowVersion ()
 The __version__ string of the tensorflow build used to write this graph.
abstrato com.google.protobuf.ByteString
getTensorflowVersionBytes ()
 The __version__ string of the tensorflow build used to write this graph.
booleano abstrato
hasAnyInfo ()
 A serialized protobuf.
booleano abstrato
hasStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.

Métodos Públicos

público abstrato booleano contémFunctionAliases (chave String)

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

resumo público 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;

resumo público 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;

mapa abstrato público<String, String> getFunctionAliases ()

Use getFunctionAliasesMap() em vez disso.

público abstrato int getFunctionAliasesCount ()

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

público abstrato Map<String, String> getFunctionAliasesMap ()

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

string abstrata pública getFunctionAliasesOrDefault (chave de string, string defaultValue)

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

string abstrata pública getFunctionAliasesOrThrow (chave de string)

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

cadeia abstrata pública 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;

resumo público 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;

público abstrato 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;

público abstrato 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;

público abstrato 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;

string abstrata pública getTags (índice 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;

resumo público com.google.protobuf.ByteString getTagsBytes (índice 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;

resumo público 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 abstrata pública<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;

String abstrata pública 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;

resumo público 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;

string abstrata pública 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;

resumo público 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;

público abstrato 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;

público abstrato 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;