VersionDef de clase final pública
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_consumersProtobuf tipo
tensorflow.VersionDef Clases anidadas
| clase | VersionDef.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
| En t | BAD_CONSUMERS_FIELD_NUMBER | |
| En t | MIN_CONSUMER_FIELD_NUMBER | |
| En t | PRODUCER_FIELD_NUMBER |
Métodos públicos
| booleano | es igual a (Objeto obj) |
| En t | getBadConsumers (índice int) Specific consumer versions which are disallowed (e.g. |
| En t | getBadConsumersCount () Specific consumer versions which are disallowed (e.g. |
| Lista <Intero> | getBadConsumersList () Specific consumer versions which are disallowed (e.g. |
| Versión estáticaDef | |
| VersionDef | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| En t | getMinConsumer () Any consumer below this version is not allowed to consume this data. |
| En t | getProducer () The version of the code that produced this data. |
| En t | |
| final com.google.protobuf.UnknownFieldSet | |
| En t | hashCode () |
| booleano final | |
| VersionDef.Builder estático | newBuilder (prototipo VersionDef ) |
| VersionDef.Builder estático | newBuilder () |
| VersionDef.Builder | |
| Versión estáticaDef | parseDelimitedFrom (entrada InputStream) |
| Versión estáticaDef | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Versión estáticaDef | parseFrom (datos ByteBuffer) |
| Versión estáticaDef | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Versión estáticaDef | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Versión estáticaDef | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| Versión estáticaDef | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Versión estáticaDef | parseFrom (datos com.google.protobuf.ByteString) |
| Versión estáticaDef | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Versión estáticaDef | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analizador () |
| VersionDef.Builder | toBuilder () |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int BAD_CONSUMERS_FIELD_NUMBER
Valor constante: 3
público estático final int MIN_CONSUMER_FIELD_NUMBER
Valor constante: 2
public static final int PRODUCER_FIELD_NUMBER
Valor constante: 1
Métodos públicos
public boolean es igual a (Object obj)
public int getBadConsumers (int índice)
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;public int getBadConsumersCount ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;Public List <Integer> getBadConsumersList ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getMinConsumer ()
Any consumer below this version is not allowed to consume this data.
int32 min_consumer = 2; público getParserForType ()
public int getProducer ()
The version of the code that produced this data.
int32 producer = 1;public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static VersionDef parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
public static VersionDef parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
Public static VersionDef parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
VersionDef estática pública parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
| IOException |
|---|
public static VersionDef parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
VersionDef estática pública parseFrom (datos de com.google.protobuf.ByteString)
Lanza
| InvalidProtocolBufferException |
|---|
public static VersionDef parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
public static VersionDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOException |
|---|