VersionDef

publiczna klasa końcowa 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 typ tensorflow.VersionDef

Klasy zagnieżdżone

klasa WersjaDef.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. 

Stałe

wew BAD_CONSUMERS_FIELD_NUMBER
wew MIN_CONSUMER_FIELD_NUMBER
wew PRODUCER_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
wew
getBadConsumers (indeks int)
 Specific consumer versions which are disallowed (e.g.
wew
getBadConsumersCount ()
 Specific consumer versions which are disallowed (e.g.
Lista<liczba całkowita>
getBadConsumersList ()
 Specific consumer versions which are disallowed (e.g.
wersja statycznaDef
WersjaDef
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
wew
pobierzMinConsumer ()
 Any consumer below this version is not allowed to consume this data.
wew
getProducer ()
 The version of the code that produced this data.
wew
końcowy com.google.protobuf.UnknownFieldSet
wew
końcowa wartość logiczna
statyczna wersjaDef.Builder
newBuilder (prototyp VersionDef )
statyczna wersjaDef.Builder
WersjaDef.Builder
wersja statycznaDef
parseDelimitedFrom (wejście strumienia wejściowego)
wersja statycznaDef
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
wersja statycznaDef
parseFrom (dane ByteBuffer)
wersja statycznaDef
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
wersja statycznaDef
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
wersja statycznaDef
parseFrom (wejście com.google.protobuf.CodedInputStream)
wersja statycznaDef
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
wersja statycznaDef
parseFrom (dane com.google.protobuf.ByteString)
wersja statycznaDef
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
wersja statycznaDef
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
WersjaDef.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int BAD_CONSUMERS_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int MIN_CONSUMER_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int PRODUCER_FIELD_NUMBER

Wartość stała: 1

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

public int getBadConsumers (indeks int)

 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;

publiczna statyczna wersjaDef getDefaultInstance ()

wersja publicznaDef 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;

publiczny getParserForType ()

publiczny int getProducer ()

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

publiczny int getSerializedSize ()

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

public static VersionDef.Builder newBuilder (prototyp VersionDef )

publiczna wersja statycznaDef.Builder newBuilder ()

wersja publicznaDef.Builder newBuilderForType ()

public static VersionDef parseDelimitedFrom (wejście strumienia wejściowego)

Rzuca
Wyjątek IO

public static VersionDef parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static VersionDef parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static VersionDef parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static VersionDef parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyczna wersjaDef parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

public static VersionDef parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyczna wersjaDef parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static VersionDef parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczna statyczna wersjaDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

Wersja publicznaDef.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO