VersionDef

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_consumers
 
Protobuf 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
booleano final
VersionDef.Builder estático
newBuilder (prototipo VersionDef )
VersionDef.Builder estático
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
VersionDef.Builder
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 VersionDef getDefaultInstance ()

public VersionDef getDefaultInstanceForType ()

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

VersionDef.Builder estático público newBuilder (prototipo VersionDef )

public static VersionDef.Builder newBuilder ()

public VersionDef.Builder newBuilderForType ()

public static VersionDef parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

público estático VersionDef parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

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 VersionDef.Builder toBuilder ()

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

Lanza
IOException