VersionDef

genel final sınıfı 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_consumers
 
Protobuf tipi tensorflow.VersionDef

İç İçe Sınıflar

sınıf 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. 

Sabitler

int BAD_CONSUMERS_FIELD_NUMBER
int MIN_CONSUMER_FIELD_NUMBER
int PRODUCER_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
int
getBadConsumers (int dizini)
 Specific consumer versions which are disallowed (e.g.
int
getBadConsumersCount ()
 Specific consumer versions which are disallowed (e.g.
Liste<Tamsayı>
getBadConsumersList ()
 Specific consumer versions which are disallowed (e.g.
statik SürümDef
SürümDef
final statik com.google.protobuf.Descriptors.Descriptor
int
getMinConsumer ()
 Any consumer below this version is not allowed to consume this data.
int
getProducer ()
 The version of the code that produced this data.
int
final com.google.protobuf.UnknownFieldSet
int
son boole değeri
statik VersionDef.Builder
newBuilder ( VersionDef prototipi)
statik VersionDef.Builder
VersionDef.Builder
statik SürümDef
parseDelimitedFrom (InputStream girişi)
statik SürümDef
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik SürümDef
parseFrom (ByteBuffer verileri)
statik SürümDef
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik SürümDef
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik SürümDef
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
statik SürümDef
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik SürümDef
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
statik SürümDef
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik SürümDef
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
VersionDef.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int BAD_CONSUMERS_FIELD_NUMBER

Sabit Değer: 3

genel statik final int MIN_CONSUMER_FIELD_NUMBER

Sabit Değer: 2

genel statik final int PRODUCER_FIELD_NUMBER

Sabit Değer: 1

Genel Yöntemler

genel boole eşittir (Object obj)

public int getBadConsumers (int dizini)

 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;

genel Liste<Tamsayı> 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;

halk getParserForType ()

public int getProducer ()

 The version of the code that produced this data.
 
int32 producer = 1;

public int getSerializedSize ()

genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()

genel int hashCode ()

genel final boolean isInitialized ()

public static VersionDef.Builder newBuilder ( VersionDef prototipi)

public static VersionDef.Builder newBuilder ()

public VersionDef.Builder newBuilderForType ()

public static VersionDef parseDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

public static VersionDef parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik VersionDef parseFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

genel statik VersionDef parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

public static VersionDef parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik VersionDef ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IO İstisnası

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

Atar
Geçersiz ProtokolBufferException

genel statik VersionDef ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

public static VersionDef parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik VersionDef parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

genel VersionDef.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası