CollectionDef.BytesList

classe finale statique publique 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"
     }
   }
 }
 
tensorflow.CollectionDef.BytesList de type Protobuf.CollectionDef.BytesList

Classes imbriquées

classe CollectionDef.BytesList.Builder
 BytesList is used for collecting strings and serialized protobufs. 

Constantes

int VALUE_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
statique CollectionDef.BytesList
CollectionDef.BytesList
final statique com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
com.google.protobuf.ByteString
getValue (index entier)
repeated bytes value = 1;
int
getValueCount ()
repeated bytes value = 1;
Liste<ByteString>
getValueList ()
repeated bytes value = 1;
int
booléen final
statique CollectionDef.BytesList.Builder
statique CollectionDef.BytesList.Builder
CollectionDef.BytesList.Builder
statique CollectionDef.BytesList
parseDelimitedFrom (entrée InputStream)
statique CollectionDef.BytesList
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique CollectionDef.BytesList
parseFrom (données ByteBuffer)
statique CollectionDef.BytesList
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique CollectionDef.BytesList
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique CollectionDef.BytesList
parseFrom (entrée com.google.protobuf.CodedInputStream)
statique CollectionDef.BytesList
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique CollectionDef.BytesList
parseFrom (données com.google.protobuf.ByteString)
statique CollectionDef.BytesList
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique CollectionDef.BytesList
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
CollectionDef.BytesList.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final entier VALUE_FIELD_NUMBER

Valeur constante : 1

Méthodes publiques

public booléen égal (Objet obj)

public statique CollectionDef.BytesList getDefaultInstance ()

public CollectionDef.BytesList getDefaultInstanceForType ()

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

publique getParserForType ()

public int getSerializedSize ()

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

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

repeated bytes value = 1;

public int getValueCount ()

repeated bytes value = 1;

liste publique <ByteString> getValueList ()

repeated bytes value = 1;

code de hachage int public ()

public final booléen isInitialized ()

public static CollectionDef.BytesList.Builder newBuilder (prototype CollectionDef.BytesList )

public statique CollectionDef.BytesList.Builder newBuilder ()

public CollectionDef.BytesList.Builder newBuilderForType ()

public static CollectionDef.BytesList parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static CollectionDef.BytesList parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static CollectionDef.BytesList parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static CollectionDef.BytesList parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static CollectionDef.BytesList parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique CollectionDef.BytesList parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static CollectionDef.BytesList parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique CollectionDef.BytesList parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static CollectionDef.BytesList parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static CollectionDef.BytesList parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public CollectionDef.BytesList.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException