CollectionDef.BytesList

publiczna statyczna klasa końcowa CollectionDef.BytesList

 BytesList is used for collecting strings and serialized protobufs. For
 example:
 collection_def {
   key: "trainable_variables"
   value {
     bytes_list {
       value: "\n\017conv1/weights:0\022\024conv1/weights/Assign
              \032\024conv1/weights/read:0"
       value: "\n\016conv1/biases:0\022\023conv1/biases/Assign\032
              \023conv1/biases/read:0"
     }
   }
 }
 
Protobuf typ tensorflow.CollectionDef.BytesList

Klasy zagnieżdżone

klasa KolekcjaDef.BytesList.Builder
 BytesList is used for collecting strings and serialized protobufs. 

Stałe

wew VALUE_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
statyczna kolekcjaDef.BytesList
KolekcjaDef.BytesList
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 CollectionDef.BytesList.Builder
statyczny CollectionDef.BytesList.Builder
KolekcjaDef.BytesList.Builder
statyczna kolekcjaDef.BytesList
parseDelimitedFrom (wejście strumienia wejściowego)
statyczna kolekcjaDef.BytesList
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna kolekcjaDef.BytesList
parseFrom (dane ByteBuffer)
statyczna kolekcjaDef.BytesList
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna kolekcjaDef.BytesList
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna kolekcjaDef.BytesList
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczna kolekcjaDef.BytesList
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczna kolekcjaDef.BytesList
parseFrom (dane com.google.protobuf.ByteString)
statyczna kolekcjaDef.BytesList
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna kolekcjaDef.BytesList
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
KolekcjaDef.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 CollectionDef.BytesList getDefaultInstance ()

public CollectionDef.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 CollectionDef.BytesList.Builder newBuilder (prototyp CollectionDef.BytesList )

public static CollectionDef.BytesList.Builder newBuilder ()

public CollectionDef.BytesList.Builder newBuilderForType ()

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

Rzuca
Wyjątek IO

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

Rzuca
Wyjątek IO

public static CollectionDef.BytesList parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static CollectionDef.BytesList parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public CollectionDef.BytesList.Builder toBuilder ()

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

Rzuca
Wyjątek IO