MetaGraphDef.MetaInfoDef

classe finale statica pubblica 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.
 
Tipo di protocollo tensorflow.MetaGraphDef.MetaInfoDef

Classi nidificate

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

Costanti

int QUALSIASI_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

Metodi pubblici

booleano
contieneFunctionAliases (chiave String)
 FunctionDef name to aliases mapping.
booleano
è uguale a (Oggetto oggetto)
com.google.protobuf.Any
getAnyInfo ()
 A serialized protobuf.
com.google.protobuf.AnyOrBuilder
getAnyInfoOrBuilder ()
 A serialized protobuf.
MetaGraphDef.MetaInfoDef statico
MetaGraphDef.MetaInfoDef
com.google.protobuf.Descriptors.Descriptor statico finale
Mappa<Stringa, Stringa>
int
getFunctionAliasesCount ()
 FunctionDef name to aliases mapping.
Mappa<Stringa, Stringa>
getFunctionAliasesMap ()
 FunctionDef name to aliases mapping.
Corda
getFunctionAliasesOrDefault (chiave String, String defaultValue)
 FunctionDef name to aliases mapping.
Corda
getFunctionAliasesOrThrow (tasto String)
 FunctionDef name to aliases mapping.
Corda
getMetaGraphVersion ()
 User specified Version string.
com.google.protobuf.ByteString
getMetaGraphVersionBytes ()
 User specified Version string.
int
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.
Corda
getTags (indice int)
 User supplied tag(s) on the meta_graph and included graph_def.
com.google.protobuf.ByteString
getTagsBytes (indice int)
 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.
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.
finale com.google.protobuf.UnknownFieldSet
booleano
haQualsiasiInfo ()
 A serialized protobuf.
booleano
hasStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
int
booleano finale
MetaGraphDef.MetaInfoDef.Builder statico
MetaGraphDef.MetaInfoDef.Builder statico
MetaGraphDef.MetaInfoDef.Builder
MetaGraphDef.MetaInfoDef statico
parseDelimitedFrom (input InputStream)
MetaGraphDef.MetaInfoDef statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef statico
parseFrom (dati ByteBuffer)
MetaGraphDef.MetaInfoDef statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
MetaGraphDef.MetaInfoDef statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
MetaGraphDef.MetaInfoDef statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef statico
parseFrom (dati com.google.protobuf.ByteString)
MetaGraphDef.MetaInfoDef statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.MetaInfoDef statico
parseFrom (dati com.google.protobuf.ByteString, estensione Com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
MetaGraphDef.MetaInfoDef.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int ANY_INFO_FIELD_NUMBER

Valore costante: 3

public static final int FUNCTION_ALIASES_FIELD_NUMBER

Valore costante: 8

public static final int META_GRAPH_VERSION_FIELD_NUMBER

Valore costante: 1

public static final int STRIPPED_DEFAULT_ATTRS_FIELD_NUMBER

Valore costante: 7

public static final int STRIPPED_OP_LIST_FIELD_NUMBER

Valore costante: 2

public static final int TAGS_FIELD_NUMBER

Valore costante: 4

public static final int TENSORFLOW_GIT_VERSION_FIELD_NUMBER

Valore costante: 6

public static final int TENSORFLOW_VERSION_FIELD_NUMBER

Valore costante: 5

Metodi pubblici

booleano pubblico contieneFunctionAliases (chiave String)

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

booleano pubblico è uguale a (Oggetto obj)

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

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

pubblico statico MetaGraphDef.MetaInfoDef getDefaultInstance ()

public MetaGraphDef.MetaInfoDef getDefaultInstanceForType ()

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

public Map<String, String> getFunctionAliases ()

Utilizzare invece getFunctionAliasesMap() .

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

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

public String getFunctionAliasesOrThrow (chiave String)

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

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

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

pubblico getParserForType ()

public int getSerializedSize ()

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

OpList pubblica 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 (indice 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;

pubblico com.google.protobuf.ByteString getTagsBytes (indice 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;

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

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

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

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

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

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

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

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

public int hashCode ()

public final booleano isInitialized ()

pubblico statico MetaGraphDef.MetaInfoDef.Builder newBuilder (prototipo MetaGraphDef.MetaInfoDef )

pubblico statico MetaGraphDef.MetaInfoDef.Builder newBuilder ()

public MetaGraphDef.MetaInfoDef.Builder newBuilderForType ()

pubblico statico MetaGraphDef.MetaInfoDef parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

parseFrom pubblico statico MetaGraphDef.MetaInfoDef (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

metaGraphDef.MetaInfoDef pubblico statico parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

pubblico statico MetaGraphDef.MetaInfoDef parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico MetaGraphDef.MetaInfoDef (input com.google.protobuf.CodedInputStream)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico MetaGraphDef.MetaInfoDef (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

metaGraphDef.MetaInfoDef pubblico statico parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico MetaGraphDef.MetaInfoDef.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException