MetaGraphDef.MetaInfoDef

classe final pública estática 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.
 
tensorflow.MetaGraphDef.MetaInfoDef type tensorflow.MetaGraphDef.MetaInfoDef

Classes aninhadas

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

Constantes

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

Métodos Públicos

boleano
containsFunctionAliases (String key)
 FunctionDef name to aliases mapping.
boleano
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
final static com.google.protobuf.Descriptors.Descriptor
Map <String, String>
int
getFunctionAliasesCount ()
 FunctionDef name to aliases mapping.
Map <String, String>
getFunctionAliasesMap ()
 FunctionDef name to aliases mapping.
Fragmento
getFunctionAliasesOrDefault (String key, String defaultValue)
 FunctionDef name to aliases mapping.
Fragmento
getFunctionAliasesOrThrow (String key)
 FunctionDef name to aliases mapping.
Fragmento
getMetaGraphVersion ()
 User specified Version string.
com.google.protobuf.ByteString
getMetaGraphVersionBytes ()
 User specified Version string.
int
boleano
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.
Fragmento
getTags (int index)
 User supplied tag(s) on the meta_graph and included graph_def.
com.google.protobuf.ByteString
getTagsBytes (int index)
 User supplied tag(s) on the meta_graph and included graph_def.
int
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.
Fragmento
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.
Fragmento
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.
int
final booleano
static MetaGraphDef.MetaInfoDef.Builder
static MetaGraphDef.MetaInfoDef.Builder
MetaGraphDef.MetaInfoDef.Builder
static MetaGraphDef.MetaInfoDef
parseDelimitedFrom (input InputStream)
static MetaGraphDef.MetaInfoDef
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetaGraphDef.MetaInfoDef
parseFrom (dados ByteBuffer)
static MetaGraphDef.MetaInfoDef
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetaGraphDef.MetaInfoDef
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetaGraphDef.MetaInfoDef
parseFrom (com.google.protobuf.CodedInputStream input)
static MetaGraphDef.MetaInfoDef
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetaGraphDef.MetaInfoDef
parseFrom (com.google.protobuf.ByteString data)
static MetaGraphDef.MetaInfoDef
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetaGraphDef.MetaInfoDef
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MetaGraphDef.MetaInfoDef.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int ANY_INFO_FIELD_NUMBER

Valor Constante: 3

public static final int FUNCTION_ALIASES_FIELD_NUMBER

Valor constante: 8

public static final int META_GRAPH_VERSION_FIELD_NUMBER

Valor Constante: 1

public static final int STRIPPED_DEFAULT_ATTRS_FIELD_NUMBER

Valor constante: 7

public static 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 (String key)

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

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

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public Map <String, String> getFunctionAliases ()

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 (String key, String defaultValue)

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

public String getFunctionAliasesOrThrow (String key)

 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;

public String getTags (int index)

 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 (int index)

 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;

public String 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 (protótipo MetaGraphDef.MetaInfoDef )

public static MetaGraphDef.MetaInfoDef.Builder newBuilder ()

public MetaGraphDef.MetaInfoDef.Builder newBuilderForType ()

public static MetaGraphDef.MetaInfoDef parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static MetaGraphDef.MetaInfoDef parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public MetaGraphDef.MetaInfoDef.Builder toBuilder ()

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

Lança
IOException