BytesList

publiczna klasa końcowa BytesList

 Containers to hold repeated fundamental values.
 
Protobuf typu tensorflow.BytesList

Klasy zagnieżdżone

klasa BytesList.Builder
 Containers to hold repeated fundamental values. 

Stałe

wew VALUE_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
statyczna lista bajtów
Lista bajtów
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
wew
końcowy com.google.protobuf.UnknownFieldSet
com.google.protobuf.ByteString
getValue (indeks int)
repeated bytes value = 1;
wew
getValueCount ()
repeated bytes value = 1;
Lista<ByteString>
getValueList ()
repeated bytes value = 1;
wew
końcowa wartość logiczna
statyczny BytesList.Builder
newBuilder (prototyp BytesList )
statyczny BytesList.Builder
BytesList.Builder
statyczna lista bajtów
parseDelimitedFrom (wejście strumienia wejściowego)
statyczna lista bajtów
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna lista bajtów
parseFrom (dane ByteBuffer)
statyczna lista bajtów
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna lista bajtów
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna lista bajtów
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczna lista bajtów
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczna lista bajtów
parseFrom (dane com.google.protobuf.ByteString)
statyczna lista bajtów
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna lista bajtów
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
BytesList.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int VALUE_FIELD_NUMBER

Wartość stała: 1

Metody publiczne

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

public static BytesList getDefaultInstance ()

public BytesList getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

publiczny getParserForType ()

publiczny int getSerializedSize ()

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

public com.google.protobuf.ByteString getValue (indeks int)

repeated bytes value = 1;

publiczny int getValueCount ()

repeated bytes value = 1;

public List<ByteString> getValueList ()

repeated bytes value = 1;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

public static BytesList.Builder newBuilder (prototyp BytesList )

public static BytesList.Builder newBuilder ()

public BytesList.Builder newBuilderForType ()

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

Rzuca
Wyjątek IO

public static BytesList parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

public static BytesList parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static BytesList parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static BytesList parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

public static BytesList parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public BytesList.Builder toBuilder ()

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

Rzuca
Wyjątek IO