CollectionDef.FloatList

classe final pública estática CollectionDef.FloatList

 FloatList is used for collecting float values.
 
tensorflow.CollectionDef.FloatList tipo tensorflow.CollectionDef.FloatList

Classes aninhadas

aula CollectionDef.FloatList.Builder
 FloatList is used for collecting float values. 

Constantes

int VALUE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static CollectionDef.FloatList
CollectionDef.FloatList
final static com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
flutuador
getValue (int index)
repeated float value = 1 [packed = true];
int
getValueCount ()
repeated float value = 1 [packed = true];
Listar <Float>
getValueList ()
repeated float value = 1 [packed = true];
int
final booleano
static CollectionDef.FloatList.Builder
static CollectionDef.FloatList.Builder
CollectionDef.FloatList.Builder
static CollectionDef.FloatList
parseDelimitedFrom (input InputStream)
static CollectionDef.FloatList
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.FloatList
parseFrom (dados ByteBuffer)
static CollectionDef.FloatList
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.FloatList
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.FloatList
parseFrom (com.google.protobuf.CodedInputStream input)
static CollectionDef.FloatList
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.FloatList
parseFrom (com.google.protobuf.ByteString data)
static CollectionDef.FloatList
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.FloatList
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CollectionDef.FloatList.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.FloatList getDefaultInstance ()

public CollectionDef.FloatList getDefaultInstanceForType ()

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

público getParserForType ()

public int getSerializedSize ()

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

public float getValue (int index)

repeated float value = 1 [packed = true];

public int getValueCount ()

repeated float value = 1 [packed = true];

public List <Float> getValueList ()

repeated float value = 1 [packed = true];

public int hashCode ()

public final boolean isInitialized ()

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

public static CollectionDef.FloatList.Builder newBuilder ()

public CollectionDef.FloatList.Builder newBuilderForType ()

public static CollectionDef.FloatList parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static CollectionDef.FloatList parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public CollectionDef.FloatList.Builder toBuilder ()

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

Lança
IOException