MetaGraphDef.MetaInfoDef

classe final estática pública MetaGraphDef.MetaInfoDef

 Meta information regarding the graph to be exported.  To be used by users
 of this protocol buffer to encode information regarding their meta graph.
 
Protobuf tipo tensorflow.MetaGraphDef.MetaInfoDef

Classes aninhadas

aula MetaGraphDef.MetaInfoDef.Builder
 Meta information regarding the graph to be exported. 

Constantes

interno ANY_INFO_FIELD_NUMBER
interno FUNCTION_ALIASES_FIELD_NUMBER
interno META_GRAPH_VERSION_FIELD_NUMBER
interno STRIPPED_DEFAULT_ATTRS_FIELD_NUMBER
interno STRIPPED_OP_LIST_FIELD_NUMBER
interno TAGS_FIELD_NUMBER
interno TENSORFLOW_GIT_VERSION_FIELD_NUMBER
interno TENSORFLOW_VERSION_FIELD_NUMBER

Métodos Públicos

boleano
containsFunctionAliases (chave String)
 FunctionDef name to aliases mapping.
boleano
é igual (objeto obj)
com.google.protobuf.Any
obterAnyInfo ()
 A serialized protobuf.
com.google.protobuf.AnyOrBuilder
getAnyInfoOrBuilder ()
 A serialized protobuf.
MetaGraphDef.MetaInfoDef estático
MetaGraphDef.MetaInfoDef
final estático com.google.protobuf.Descriptors.Descriptor
Mapa<String, String>
interno
getFunctionAliasesCount ()
 FunctionDef name to aliases mapping.
Mapa<String, String>
getFunctionAliasesMap ()
 FunctionDef name to aliases mapping.
Corda
getFunctionAliasesOrDefault (chave de string, string defaultValue)
 FunctionDef name to aliases mapping.
Corda
getFunctionAliasesOrThrow (chave de string)
 FunctionDef name to aliases mapping.
Corda
getMetaGraphVersion ()
 User specified Version string.
com.google.protobuf.ByteString
getMetaGraphVersionBytes ()
 User specified Version string.
interno
boleano
getStrippedDefaultAttrs ()
 A flag to denote whether default-valued attrs have been stripped from
 the nodes in this graph_def.
Lista de operações
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.
Corda
getTags (índice interno)
 User supplied tag(s) on the meta_graph and included graph_def.
com.google.protobuf.ByteString
getTagsBytes (índice interno)
 User supplied tag(s) on the meta_graph and included graph_def.
interno
getTagsCount ()
 User supplied tag(s) on the meta_graph and included graph_def.
com.google.protobuf.ProtocolStringList
getTagsList ()
 User supplied tag(s) on the meta_graph and included graph_def.
Corda
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.
Corda
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.
final com.google.protobuf.UnknownFieldSet
boleano
hasAnyInfo ()
 A serialized protobuf.
boleano
hasStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
interno
booleano final
MetaGraphDef.MetaInfoDef.Builder estático
MetaGraphDef.MetaInfoDef.Builder estático
MetaGraphDef.MetaInfoDef.Builder
MetaGraphDef.MetaInfoDef estático
parseDelimitedFrom (entrada InputStream)
MetaGraphDef.MetaInfoDef estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef estático
parseFrom (dados de ByteBuffer)
MetaGraphDef.MetaInfoDef estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
MetaGraphDef.MetaInfoDef estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef estático
parseFrom (dados com.google.protobuf.ByteString)
MetaGraphDef.MetaInfoDef estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MetaGraphDef.MetaInfoDef.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int ANY_INFO_FIELD_NUMBER

Valor Constante: 3

público estático final int FUNCTION_ALIASES_FIELD_NUMBER

Valor Constante: 8

público estático final int META_GRAPH_VERSION_FIELD_NUMBER

Valor Constante: 1

int final estático público STRIPPED_DEFAULT_ATTRS_FIELD_NUMBER

Valor Constante: 7

público estático final int STRIPPED_OP_LIST_FIELD_NUMBER

Valor Constante: 2

público estático final int TAGS_FIELD_NUMBER

Valor Constante: 4

público estático final int TENSORFLOW_GIT_VERSION_FIELD_NUMBER

Valor Constante: 6

público estático final int TENSORFLOW_VERSION_FIELD_NUMBER

Valor Constante: 5

Métodos Públicos

booleano público contémFunctionAliases (chave String)

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

booleano público é igual (Object obj)

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;

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;

público estático MetaGraphDef.MetaInfoDef getDefaultInstance ()

público MetaGraphDef.MetaInfoDef getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

Use getFunctionAliasesMap() em vez disso.

public int getFunctionAliasesCount ()

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

public Map<String, String> getFunctionAliasesMap ()

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

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

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

string pública getFunctionAliasesOrThrow (chave de string)

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

String 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;

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

público int getSerializedSize ()

getStrippedDefaultAttrs booleano público ()

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

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

public OpListOrBuildergetStrippedOpListOrBuilder ( )

 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 de string pública (í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;

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;

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;

public com.google.protobuf.ProtocolStringList 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 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;

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

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;

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

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

hasStrippedOpList booleano público ()

 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;

hashCode int público ()

público final booleano isInitialized ()

público estático MetaGraphDef.MetaInfoDef.Builder newBuilder (protótipo MetaGraphDef.MetaInfoDef )

público estático MetaGraphDef.MetaInfoDef.Builder newBuilder ()

público MetaGraphDef.MetaInfoDef.Builder newBuilderForType ()

público estático MetaGraphDef.MetaInfoDef parseDelimitedFrom (entrada InputStream)

Lança
IOException

público estático MetaGraphDef.MetaInfoDef parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

público estático MetaGraphDef.MetaInfoDef parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

público estático MetaGraphDef.MetaInfoDef parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

público estático MetaGraphDef.MetaInfoDef parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

público estático MetaGraphDef.MetaInfoDef parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

público estático MetaGraphDef.MetaInfoDef parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

público estático MetaGraphDef.MetaInfoDef parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

público estático MetaGraphDef.MetaInfoDef parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

público estático MetaGraphDef.MetaInfoDef parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

público MetaGraphDef.MetaInfoDef.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException