CollectionDef.FloatList

public static final class CollectionDef.FloatList

 FloatList is used for collecting float values.
 
Protobuf type tensorflow.CollectionDef.FloatList

Nested Classes

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

Constants

int VALUE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static CollectionDef.FloatList
CollectionDef.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
final boolean
static CollectionDef.FloatList.Builder
static CollectionDef.FloatList.Builder
CollectionDef.FloatList.Builder
static CollectionDef.FloatList
parseDelimitedFrom(InputStream input)
static CollectionDef.FloatList
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.FloatList
parseFrom(ByteBuffer data)
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)
static
parser()
CollectionDef.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 CollectionDef.FloatList getDefaultInstance ()

public CollectionDef.FloatList getDefaultInstanceForType ()

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 CollectionDef.FloatList.Builder newBuilder (CollectionDef.FloatList prototype)

public static CollectionDef.FloatList.Builder newBuilder ()

public CollectionDef.FloatList.Builder newBuilderForType ()

public static CollectionDef.FloatList parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static CollectionDef.FloatList parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public CollectionDef.FloatList.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException