Uses of Class
org.tensorflow.proto.FeatureList.Builder
Packages that use FeatureList.Builder
-
Uses of FeatureList.Builder in org.tensorflow.proto
Subclasses with type arguments of type FeatureList.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classContainers for sequential data.Methods in org.tensorflow.proto that return FeatureList.BuilderModifier and TypeMethodDescriptionFeatureList.Builder.addAllFeature(Iterable<? extends Feature> values) repeated .tensorflow.Feature feature = 1;FeatureList.Builder.addFeature(int index, Feature value) repeated .tensorflow.Feature feature = 1;FeatureList.Builder.addFeature(int index, Feature.Builder builderForValue) repeated .tensorflow.Feature feature = 1;FeatureList.Builder.addFeature(Feature value) repeated .tensorflow.Feature feature = 1;FeatureList.Builder.addFeature(Feature.Builder builderForValue) repeated .tensorflow.Feature feature = 1;FeatureList.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) FeatureList.Builder.clear()FeatureList.Builder.clearFeature()repeated .tensorflow.Feature feature = 1;FeatureList.Builder.clearField(Descriptors.FieldDescriptor field) FeatureList.Builder.clearOneof(Descriptors.OneofDescriptor oneof) FeatureList.Builder.clone()FeatureList.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) FeatureList.Builder.mergeFrom(FeatureList other) final FeatureList.BuilderFeatureList.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static FeatureList.BuilderFeatureList.newBuilder()static FeatureList.BuilderFeatureList.newBuilder(FeatureList prototype) FeatureList.newBuilderForType()protected FeatureList.BuilderFeatureList.newBuilderForType(GeneratedMessageV3.BuilderParent parent) FeatureList.Builder.removeFeature(int index) repeated .tensorflow.Feature feature = 1;FeatureList.Builder.setFeature(int index, Feature value) repeated .tensorflow.Feature feature = 1;FeatureList.Builder.setFeature(int index, Feature.Builder builderForValue) repeated .tensorflow.Feature feature = 1;FeatureList.Builder.setField(Descriptors.FieldDescriptor field, Object value) FeatureList.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final FeatureList.BuilderFeatureList.Builder.setUnknownFields(UnknownFieldSet unknownFields) FeatureList.toBuilder()