classe final pública VersionDef
Version information for a piece of serialized data There are different types of versions for each type of data (GraphDef, etc.), but they all have the same common shape described here. Each consumer has "consumer" and "min_producer" versions (specified elsewhere). A consumer is allowed to consume this data if producer >= min_producer consumer >= min_consumer consumer not in bad_consumersTipo de protobuf
tensorflow.VersionDef
Classes aninhadas
aula | VersãoDef.Builder | Version information for a piece of serialized data There are different types of versions for each type of data (GraphDef, etc.), but they all have the same common shape described here. |
Constantes
interno | BAD_CONSUMERS_FIELD_NUMBER | |
interno | MIN_CONSUMER_FIELD_NUMBER | |
interno | PRODUCER_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
interno | getBadConsumers (índice interno) Specific consumer versions which are disallowed (e.g. |
interno | getBadConsumersCount () Specific consumer versions which are disallowed (e.g. |
Lista<Inteiro> | getBadConsumersList () Specific consumer versions which are disallowed (e.g. |
Versão estáticaDef | |
VersãoDef | |
final estático com.google.protobuf.Descriptors.Descriptor | |
interno | getMinConsumer () Any consumer below this version is not allowed to consume this data. |
interno | getProdutor () The version of the code that produced this data. |
interno | |
final com.google.protobuf.UnknownFieldSet | |
interno | código hash () |
booleano final | |
VersionDef.Builder estático | newBuilder (protótipo VersionDef ) |
VersionDef.Builder estático | |
VersãoDef.Builder | |
Versão estáticaDef | parseDelimitedFrom (entrada InputStream) |
Versão estáticaDef | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Versão estáticaDef | parseFrom (dados de ByteBuffer) |
Versão estáticaDef | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Versão estáticaDef | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Versão estáticaDef | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Versão estáticaDef | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Versão estáticaDef | parseFrom (dados com.google.protobuf.ByteString) |
Versão estáticaDef | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Versão estáticaDef | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
VersãoDef.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int BAD_CONSUMERS_FIELD_NUMBER
Valor Constante: 3
público estático final int MIN_CONSUMER_FIELD_NUMBER
Valor Constante: 2
público estático final int PRODUCER_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
public int getBadConsumers (índice int)
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
público int getBadConsumersCount ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
lista pública<inteiro> getBadConsumersList ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público int getMinConsumer ()
Any consumer below this version is not allowed to consume this data.
int32 min_consumer = 2;
público getParserForType ()
público int getProdutor ()
The version of the code that produced this data.
int32 producer = 1;
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static VersionDef parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static VersionDef parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static VersionDef parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static VersionDef parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static VersionDef parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static VersionDef parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static VersionDef parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|