Uses of Class
org.tensorflow.example.FeatureList.Builder
Packages that use FeatureList.Builder
-
Uses of FeatureList.Builder in org.tensorflow.example
Methods in org.tensorflow.example 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(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FeatureList.Builder.clear()FeatureList.Builder.clearFeature()repeated .tensorflow.Feature feature = 1;FeatureList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FeatureList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FeatureList.Builder.clone()FeatureList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FeatureList.Builder.mergeFrom(com.google.protobuf.Message other) FeatureList.Builder.mergeFrom(FeatureList other) final FeatureList.BuilderFeatureList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FeatureList.BuilderFeatureList.newBuilder()static FeatureList.BuilderFeatureList.newBuilder(FeatureList prototype) FeatureList.newBuilderForType()protected FeatureList.BuilderFeatureList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FeatureLists.Builder.putFeatureListBuilderIfAbsent(String key) Map from feature name to feature list.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final FeatureList.BuilderFeatureList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FeatureList.toBuilder()