Uses of Class
org.tensorflow.example.Features.Builder
Packages that use Features.Builder
-
Uses of Features.Builder in org.tensorflow.example
Methods in org.tensorflow.example that return Features.BuilderModifier and TypeMethodDescriptionFeatures.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Features.Builder.clear()Features.Builder.clearFeature()Features.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Features.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Features.Builder.clone()SequenceExample.Builder.getContextBuilder().tensorflow.Features context = 1;Example.Builder.getFeaturesBuilder().tensorflow.Features features = 1;Features.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Features.Builder.mergeFrom(com.google.protobuf.Message other) final Features.BuilderFeatures.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Features.BuilderFeatures.newBuilder()static Features.BuilderFeatures.newBuilder(Features prototype) Features.newBuilderForType()protected Features.BuilderFeatures.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Features.Builder.putAllFeature(Map<String, Feature> values) Map from feature name to feature.Features.Builder.putFeature(String key, Feature value) Map from feature name to feature.Features.Builder.removeFeature(String key) Map from feature name to feature.Features.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Features.BuilderFeatures.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Features.toBuilder()Methods in org.tensorflow.example with parameters of type Features.BuilderModifier and TypeMethodDescriptionSequenceExample.Builder.setContext(Features.Builder builderForValue) .tensorflow.Features context = 1;Example.Builder.setFeatures(Features.Builder builderForValue) .tensorflow.Features features = 1;