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.clear()FeatureList.Builder.clearFeature()repeated .tensorflow.Feature feature = 1;FeatureList.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) FeatureList.Builder.mergeFrom(FeatureList other) static FeatureList.BuilderFeatureList.newBuilder()static FeatureList.BuilderFeatureList.newBuilder(FeatureList prototype) FeatureList.newBuilderForType()protected FeatureList.BuilderFeatureList.newBuilderForType(AbstractMessage.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.toBuilder()