CollectionDef.Int64List

classe final pública estática CollectionDef.Int64List

 Int64List is used for collecting int, int64 and long values.
 
tensorflow.CollectionDef.Int64List tipo tensorflow.CollectionDef.Int64List

Classes aninhadas

aula CollectionDef.Int64List.Builder
 Int64List is used for collecting int, int64 and long values. 

Constantes

int VALUE_FIELD_NUMBER

Métodos Públicos

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

public CollectionDef.Int64List getDefaultInstanceForType ()

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

público getParserForType ()

public int getSerializedSize ()

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

public long getValue (int index)

repeated int64 value = 1 [packed = true];

public int getValueCount ()

repeated int64 value = 1 [packed = true];

public List <Long> getValueList ()

repeated int64 value = 1 [packed = true];

public int hashCode ()

public final boolean isInitialized ()

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

public static CollectionDef.Int64List.Builder newBuilder ()

public CollectionDef.Int64List.Builder newBuilderForType ()

public static CollectionDef.Int64List parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static CollectionDef.Int64List parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public CollectionDef.Int64List.Builder toBuilder ()

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

Lança
IOException