CollectionDef.BytesList

classe finale statica pubblica 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"
     }
   }
 }
 
Tipo protobuf tensorflow.CollectionDef.BytesList

Classi nidificate

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

Costanti

int VALUE_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
Collezione staticaDef.BytesList
CollectionDef.BytesList
com.google.protobuf.Descriptors.Descriptor statico finale
int
finale com.google.protobuf.UnknownFieldSet
com.google.protobuf.ByteString
getValue (indice int)
repeated bytes value = 1;
int
getValueCount ()
repeated bytes value = 1;
Elenco<ByteString>
getValueList ()
repeated bytes value = 1;
int
booleano finale
Collezione staticaDef.BytesList.Builder
Collezione staticaDef.BytesList.Builder
CollectionDef.BytesList.Builder
Collezione staticaDef.BytesList
parseDelimitedFrom (input InputStream)
Collezione staticaDef.BytesList
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Collezione staticaDef.BytesList
parseFrom (dati ByteBuffer)
Collezione staticaDef.BytesList
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Collezione staticaDef.BytesList
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Collezione staticaDef.BytesList
parseFrom (ingresso com.google.protobuf.CodedInputStream)
Collezione staticaDef.BytesList
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Collezione staticaDef.BytesList
parseFrom (dati com.google.protobuf.ByteString)
Collezione staticaDef.BytesList
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Collezione staticaDef.BytesList
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
CollectionDef.BytesList.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int VALUE_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

public static CollectionDef.BytesList getDefaultInstance ()

public CollectionDef.BytesList getDefaultInstanceForType ()

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

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

pubblico com.google.protobuf.ByteString getValue (indice int)

repeated bytes value = 1;

public int getValueCount ()

repeated bytes value = 1;

elenco pubblico<ByteString> getValueList ()

repeated bytes value = 1;

public int hashCode ()

public final booleano isInitialized ()

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

public static CollectionDef.BytesList.Builder newBuilder ()

public CollectionDef.BytesList.Builder newBuilderForType ()

public static CollectionDef.BytesList parseDelimitedFrom (input InputStream)

Lancia
IOException

public static CollectionDef.BytesList parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

public static CollectionDef.BytesList parseFrom (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

public static CollectionDef.BytesList parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

public static CollectionDef.BytesList parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

public static CollectionDef.BytesList parseFrom (input com.google.protobuf.CodedInputStream)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

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

Lancia
InvalidProtocolBufferException

public static CollectionDef.BytesList parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

public static CollectionDef.BytesList parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public CollectionDef.BytesList.Builder toBuilder ()

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

Lancia
IOException