Uses of Class
org.tensorflow.proto.FloatList.Builder
Packages that use FloatList.Builder
-
Uses of FloatList.Builder in org.tensorflow.proto
Subclasses with type arguments of type FloatList.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.FloatListMethods in org.tensorflow.proto that return FloatList.BuilderModifier and TypeMethodDescriptionFloatList.Builder.addAllValue(Iterable<? extends Float> values) repeated float value = 1 [packed = true];FloatList.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) FloatList.Builder.addValue(float value) repeated float value = 1 [packed = true];FloatList.Builder.clear()FloatList.Builder.clearField(Descriptors.FieldDescriptor field) FloatList.Builder.clearOneof(Descriptors.OneofDescriptor oneof) FloatList.Builder.clearValue()repeated float value = 1 [packed = true];FloatList.Builder.clone()Feature.Builder.getFloatListBuilder().tensorflow.FloatList float_list = 2;FloatList.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final FloatList.BuilderFloatList.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static FloatList.BuilderFloatList.newBuilder()static FloatList.BuilderFloatList.newBuilder(FloatList prototype) FloatList.newBuilderForType()protected FloatList.BuilderFloatList.newBuilderForType(GeneratedMessageV3.BuilderParent parent) FloatList.Builder.setField(Descriptors.FieldDescriptor field, Object value) FloatList.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final FloatList.BuilderFloatList.Builder.setUnknownFields(UnknownFieldSet unknownFields) FloatList.Builder.setValue(int index, float value) repeated float value = 1 [packed = true];FloatList.toBuilder()Methods in org.tensorflow.proto with parameters of type FloatList.BuilderModifier and TypeMethodDescriptionFeature.Builder.setFloatList(FloatList.Builder builderForValue) .tensorflow.FloatList float_list = 2;