Uses of Class
org.tensorflow.example.FeatureLists.Builder
Packages that use FeatureLists.Builder
-
Uses of FeatureLists.Builder in org.tensorflow.example
Methods in org.tensorflow.example that return FeatureLists.BuilderModifier and TypeMethodDescriptionFeatureLists.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FeatureLists.Builder.clear()FeatureLists.Builder.clearFeatureList()FeatureLists.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FeatureLists.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FeatureLists.Builder.clone()SequenceExample.Builder.getFeatureListsBuilder().tensorflow.FeatureLists feature_lists = 2;FeatureLists.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FeatureLists.Builder.mergeFrom(com.google.protobuf.Message other) FeatureLists.Builder.mergeFrom(FeatureLists other) final FeatureLists.BuilderFeatureLists.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FeatureLists.BuilderFeatureLists.newBuilder()static FeatureLists.BuilderFeatureLists.newBuilder(FeatureLists prototype) FeatureLists.newBuilderForType()protected FeatureLists.BuilderFeatureLists.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FeatureLists.Builder.putAllFeatureList(Map<String, FeatureList> values) Map from feature name to feature list.FeatureLists.Builder.putFeatureList(String key, FeatureList value) Map from feature name to feature list.FeatureLists.Builder.removeFeatureList(String key) Map from feature name to feature list.FeatureLists.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final FeatureLists.BuilderFeatureLists.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FeatureLists.toBuilder()Methods in org.tensorflow.example with parameters of type FeatureLists.BuilderModifier and TypeMethodDescriptionSequenceExample.Builder.setFeatureLists(FeatureLists.Builder builderForValue) .tensorflow.FeatureLists feature_lists = 2;