CollectionDef.BytesList

public static final class 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 tipo tensorflow.CollectionDef.BytesList

Classes aninhadas

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

Constantes

int VALUE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static CollectionDef.BytesList
CollectionDef.BytesList
final static com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
com.google.protobuf.ByteString
getValue (int index)
repeated bytes value = 1;
int
getValueCount ()
repeated bytes value = 1;
List <ByteString>
getValueList ()
repeated bytes value = 1;
int
final booleano
static CollectionDef.BytesList.Builder
static CollectionDef.BytesList.Builder
CollectionDef.BytesList.Builder
static CollectionDef.BytesList
parseDelimitedFrom (InputStream input)
static CollectionDef.BytesList
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.BytesList
parseFrom (dados ByteBuffer)
static CollectionDef.BytesList
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.BytesList
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.BytesList
parseFrom (com.google.protobuf.CodedInputStream input)
static CollectionDef.BytesList
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.BytesList
parseFrom (com.google.protobuf.ByteString data)
static CollectionDef.BytesList
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.BytesList
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CollectionDef.BytesList.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int VALUE_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static CollectionDef.BytesList getDefaultInstance ()

public CollectionDef.BytesList getDefaultInstanceForType ()

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

público getParserForType ()

public int getSerializedSize ()

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

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

repeated bytes value = 1;

public int getValueCount ()

repeated bytes value = 1;

public List <ByteString> getValueList ()

repeated bytes value = 1;

public int hashCode ()

public final boolean isInitialized ()

public static CollectionDef.BytesList.Builder newBuilder (protótipo CollectionDef.BytesList )

public static CollectionDef.BytesList.Builder newBuilder ()

public CollectionDef.BytesList.Builder newBuilderForType ()

public static CollectionDef.BytesList parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static CollectionDef.BytesList parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public CollectionDef.BytesList.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException