public final class
FloatList
Protobuf type tensorflow.FloatList
Nested Classes
class | FloatList.Builder | Protobuf type tensorflow.FloatList
|
Constants
int | VALUE_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static FloatList | |
FloatList | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
float |
getValue(int index)
repeated float value = 1 [packed = true];
|
int |
getValueCount()
repeated float value = 1 [packed = true];
|
List<Float> |
getValueList()
repeated float value = 1 [packed = true];
|
int |
hashCode()
|
final boolean | |
static FloatList.Builder |
newBuilder(FloatList prototype)
|
static FloatList.Builder | |
FloatList.Builder | |
static FloatList |
parseDelimitedFrom(InputStream input)
|
static FloatList |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FloatList |
parseFrom(ByteBuffer data)
|
static FloatList |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FloatList |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FloatList |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static FloatList |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FloatList |
parseFrom(com.google.protobuf.ByteString data)
|
static FloatList |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FloatList |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
FloatList.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 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 FloatList parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static FloatList parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static FloatList parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static FloatList parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static FloatList parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static FloatList parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static FloatList 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 |
---|