MetaGraphDef.MetaInfoDef

clase 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

Clases anidadas

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

Constantes

En t ANY_INFO_FIELD_NUMBER
En t FUNCTION_ALIASES_FIELD_NUMBER
En t META_GRAPH_VERSION_FIELD_NUMBER
En t STRIPPED_DEFAULT_ATTRS_FIELD_NUMBER
En t STRIPPED_OP_LIST_FIELD_NUMBER
En t TAGS_FIELD_NUMBER
En t TENSORFLOW_GIT_VERSION_FIELD_NUMBER
En t TENSORFLOW_VERSION_FIELD_NUMBER

Métodos públicos

booleano
contieneFunctionAliases (clave de cadena)
 FunctionDef name to aliases mapping.
booleano
es igual (Objeto obj)
com.google.protobuf.Cualquiera
obtener cualquier información ()
 A serialized protobuf.
com.google.protobuf.AnyOrBuilder
getAnyInfoOrBuilder ()
 A serialized protobuf.
MetaGraphDef.MetaInfoDef estático
MetaGraphDef.MetaInfoDef
com.google.protobuf.Descriptors.Descriptor estático final
Mapa<Cadena, Cadena>
En t
getFunctionAliasesCount ()
 FunctionDef name to aliases mapping.
Mapa<Cadena, Cadena>
getFunctionAliasesMap ()
 FunctionDef name to aliases mapping.
Cadena
getFunctionAliasesOrDefault (clave de cadena, valor predeterminado de cadena)
 FunctionDef name to aliases mapping.
Cadena
getFunctionAliasesOrThrow (tecla de cadena)
 FunctionDef name to aliases mapping.
Cadena
getMetaGraphVersion ()
 User specified Version string.
com.google.protobuf.ByteString
getMetaGraphVersionBytes ()
 User specified Version string.
En t
booleano
getStrippedDefaultAttrs ()
 A flag to denote whether default-valued attrs have been stripped from
 the nodes in this graph_def.
Lista de operaciones
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.
Cadena
obtener etiquetas (índice int)
 User supplied tag(s) on the meta_graph and included graph_def.
com.google.protobuf.ByteString
getTagsBytes (índice int)
 User supplied tag(s) on the meta_graph and included graph_def.
En t
getTagsCount ()
 User supplied tag(s) on the meta_graph and included graph_def.
com.google.protobuf.ProtocolStringList
obtener lista de etiquetas ()
 User supplied tag(s) on the meta_graph and included graph_def.
Cadena
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.
Cadena
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.
com.google.protobuf.UnknownFieldSet final
booleano
tieneAnyInfo ()
 A serialized protobuf.
booleano
hasStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
En t
booleano final
MetaGraphDef.MetaInfoDef.Builder estático
MetaGraphDef.MetaInfoDef.Builder estático
MetaGraphDef.MetaInfoDef.Builder
MetaGraphDef.MetaInfoDef estático
parseDelimitedFrom (entrada de InputStream)
MetaGraphDef.MetaInfoDef estático
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef estático
parseFrom (datos de ByteBuffer)
MetaGraphDef.MetaInfoDef estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
MetaGraphDef.MetaInfoDef estático
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
MetaGraphDef.MetaInfoDef estático
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef estático
parseFrom (datos com.google.protobuf.ByteString)
MetaGraphDef.MetaInfoDef estático
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef estático
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
MetaGraphDef.MetaInfoDef.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público ANY_INFO_FIELD_NUMBER

Valor constante: 3

int final estático público FUNCTION_ALIASES_FIELD_NUMBER

Valor constante: 8

int final estático público META_GRAPH_VERSION_FIELD_NUMBER

Valor constante: 1

int final estático público STRIPPED_DEFAULT_ATTRS_FIELD_NUMBER

Valor constante: 7

int final estático público STRIPPED_OP_LIST_FIELD_NUMBER

Valor constante: 2

público estático final int TAGS_FIELD_NUMBER

Valor constante: 4

int final estático público TENSORFLOW_GIT_VERSION_FIELD_NUMBER

Valor constante: 6

int final estático público TENSORFLOW_VERSION_FIELD_NUMBER

Valor constante: 5

Métodos públicos

booleano público contiene FunctionAliases (clave de cadena)

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

público booleano es igual (Objeto 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 ()

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

Mapa público<Cadena, Cadena> getFunctionAliases ()

Utilice getFunctionAliasesMap() en su lugar.

público int getFunctionAliasesCount ()

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

Mapa público<Cadena, Cadena> getFunctionAliasesMap ()

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

cadena pública getFunctionAliasesOrDefault (clave de cadena, valor predeterminado de cadena)

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

cadena pública getFunctionAliasesOrThrow (clave de cadena)

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

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

lista de operaciones 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;

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

getTags de cadena 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;

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

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

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

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

hasAnyInfo booleano público ()

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

código hash int público ()

público final booleano isInitialized ()

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

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

público MetaGraphDef.MetaInfoDef.Builder newBuilderForType ()

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

Lanza
IOExcepción

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

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

público MetaGraphDef.MetaInfoDef.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción