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.addValue(float value) repeated float value = 1 [packed = true];FloatList.Builder.clear()FloatList.Builder.clearValue()repeated float value = 1 [packed = true];Feature.Builder.getFloatListBuilder().tensorflow.FloatList float_list = 2;FloatList.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static FloatList.BuilderFloatList.newBuilder()static FloatList.BuilderFloatList.newBuilder(FloatList prototype) FloatList.newBuilderForType()protected FloatList.BuilderFloatList.newBuilderForType(AbstractMessage.BuilderParent parent) 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;