public static final class
CollectionDef.FloatList.Builder
FloatList is used for collecting float values.
tensorflow.CollectionDef.FloatList
Public Methods
CollectionDef.FloatList.Builder |
addAllValue(Iterable<? extends Float> values)
repeated float value = 1 [packed = true];
|
CollectionDef.FloatList.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
CollectionDef.FloatList.Builder |
addValue(float value)
repeated float value = 1 [packed = true];
|
CollectionDef.FloatList |
build()
|
CollectionDef.FloatList | |
CollectionDef.FloatList.Builder |
clear()
|
CollectionDef.FloatList.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
CollectionDef.FloatList.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
CollectionDef.FloatList.Builder |
clearValue()
repeated float value = 1 [packed = true];
|
CollectionDef.FloatList.Builder |
clone()
|
CollectionDef.FloatList | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
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];
|
final boolean | |
CollectionDef.FloatList.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
CollectionDef.FloatList.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final CollectionDef.FloatList.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
CollectionDef.FloatList.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
CollectionDef.FloatList.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
final CollectionDef.FloatList.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
CollectionDef.FloatList.Builder |
setValue(int index, float value)
repeated float value = 1 [packed = true];
|
Inherited Methods
Public Methods
public CollectionDef.FloatList.Builder addAllValue (Iterable<? extends Float> values)
repeated float value = 1 [packed = true];
public CollectionDef.FloatList.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public CollectionDef.FloatList.Builder addValue (float value)
repeated float value = 1 [packed = true];
public CollectionDef.FloatList.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
public CollectionDef.FloatList.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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 final boolean isInitialized ()
public CollectionDef.FloatList.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final CollectionDef.FloatList.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public CollectionDef.FloatList.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public CollectionDef.FloatList.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public final CollectionDef.FloatList.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public CollectionDef.FloatList.Builder setValue (int index, float value)
repeated float value = 1 [packed = true];