public static final class
CollectionDef.Int64List
Int64List is used for collecting int, int64 and long values.
tensorflow.CollectionDef.Int64List
Nested Classes
| class | CollectionDef.Int64List.Builder | Int64List is used for collecting int, int64 and long values. |
|
Constants
| int | VALUE_FIELD_NUMBER |
Public Methods
| boolean |
equals(Object obj)
|
| static CollectionDef.Int64List | |
| CollectionDef.Int64List | |
| final static com.google.protobuf.Descriptors.Descriptor | |
|
|
|
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| long |
getValue(int index)
repeated int64 value = 1 [packed = true];
|
| int |
getValueCount()
repeated int64 value = 1 [packed = true];
|
| List<Long> |
getValueList()
repeated int64 value = 1 [packed = true];
|
| int |
hashCode()
|
| final boolean | |
| static CollectionDef.Int64List.Builder |
newBuilder(CollectionDef.Int64List prototype)
|
| static CollectionDef.Int64List.Builder | |
| CollectionDef.Int64List.Builder | |
| static CollectionDef.Int64List |
parseDelimitedFrom(InputStream input)
|
| static CollectionDef.Int64List |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static CollectionDef.Int64List |
parseFrom(ByteBuffer data)
|
| 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)
|
|
static
|
parser()
|
| CollectionDef.Int64List.Builder | |
| void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int VALUE_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static CollectionDef.Int64List parseFrom (ByteBuffer data)
Throws
| InvalidProtocolBufferException |
|---|
public static CollectionDef.Int64List parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static CollectionDef.Int64List parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static CollectionDef.Int64List parseFrom (com.google.protobuf.CodedInputStream input)
Throws
| IOException |
|---|
public static CollectionDef.Int64List parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static CollectionDef.Int64List parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException |
|---|
public static CollectionDef.Int64List parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static CollectionDef.Int64List parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
| IOException |
|---|