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
containsFunctionAliases (clave de cadena)
 FunctionDef name to aliases mapping.
booleano
es igual a (Objeto obj)
com.google.protobuf.Any
getAnyInfo ()
 A serialized protobuf.
com.google.protobuf.AnyOrBuilder
getAnyInfoOrBuilder ()
 A serialized protobuf.
static MetaGraphDef.MetaInfoDef
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.
Cuerda
getFunctionAliasesOrDefault (clave de cadena, valor predeterminado de cadena)
 FunctionDef name to aliases mapping.
Cuerda
getFunctionAliasesOrThrow (clave de cadena)
 FunctionDef name to aliases mapping.
Cuerda
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.
OpList
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.
Cuerda
getTags (í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
getTagsList ()
 User supplied tag(s) on the meta_graph and included graph_def.
Cuerda
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.
Cuerda
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
booleano
hasAnyInfo ()
 A serialized protobuf.
booleano
hasStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
En t
booleano final
static MetaGraphDef.MetaInfoDef.Builder
static MetaGraphDef.MetaInfoDef.Builder
MetaGraphDef.MetaInfoDef.Builder
static MetaGraphDef.MetaInfoDef
parseDelimitedFrom (entrada InputStream)
static MetaGraphDef.MetaInfoDef
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetaGraphDef.MetaInfoDef
parseFrom (datos ByteBuffer)
static MetaGraphDef.MetaInfoDef
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetaGraphDef.MetaInfoDef
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetaGraphDef.MetaInfoDef
parseFrom (entrada com.google.protobuf.CodedInputStream)
static MetaGraphDef.MetaInfoDef
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetaGraphDef.MetaInfoDef
parseFrom (datos com.google.protobuf.ByteString)
static MetaGraphDef.MetaInfoDef
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetaGraphDef.MetaInfoDef
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MetaGraphDef.MetaInfoDef.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int ANY_INFO_FIELD_NUMBER

Valor constante: 3

public static final int FUNCTION_ALIASES_FIELD_NUMBER

Valor constante: 8

público estático final int META_GRAPH_VERSION_FIELD_NUMBER

Valor constante: 1

público estático final int STRIPPED_DEFAULT_ATTRS_FIELD_NUMBER

Valor constante: 7

público estático final int STRIPPED_OP_LIST_FIELD_NUMBER

Valor constante: 2

public static final int TAGS_FIELD_NUMBER

Valor constante: 4

public static final int TENSORFLOW_GIT_VERSION_FIELD_NUMBER

Valor constante: 6

public static final int TENSORFLOW_VERSION_FIELD_NUMBER

Valor constante: 5

Métodos públicos

public boolean containsFunctionAliases (clave de cadena)

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

public boolean es igual a (Object obj)

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

public 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 static MetaGraphDef.MetaInfoDef getDefaultInstance ()

public MetaGraphDef.MetaInfoDef getDefaultInstanceForType ()

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

public Map <String, String> getFunctionAliases ()

Utilice getFunctionAliasesMap() lugar.

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;

public String getFunctionAliasesOrDefault (clave de cadena, valor predeterminado de cadena)

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

public String getFunctionAliasesOrThrow (clave de cadena)

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

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

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

public int getSerializedSize ()

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

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

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

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

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

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;

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

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

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

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

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

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

public int hashCode ()

public final boolean isInitialized ()

public static MetaGraphDef.MetaInfoDef.Builder newBuilder (prototipo MetaGraphDef.MetaInfoDef )

public static MetaGraphDef.MetaInfoDef.Builder newBuilder ()

public MetaGraphDef.MetaInfoDef.Builder newBuilderForType ()

public static MetaGraphDef.MetaInfoDef parseDelimitedFrom (InputStream input)

Lanza
IOException

public static MetaGraphDef.MetaInfoDef parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

public static MetaGraphDef.MetaInfoDef parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static MetaGraphDef.MetaInfoDef parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

public static MetaGraphDef.MetaInfoDef parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

MetaGraphDef.MetaInfoDef estática pública parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static MetaGraphDef.MetaInfoDef parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static MetaGraphDef.MetaInfoDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public MetaGraphDef.MetaInfoDef.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException