Uses of Class
org.tensorflow.example.Feature.Builder
Packages that use Feature.Builder
-
Uses of Feature.Builder in org.tensorflow.example
Methods in org.tensorflow.example that return Feature.BuilderModifier and TypeMethodDescriptionFeatureList.Builder.addFeatureBuilder()repeated .tensorflow.Feature feature = 1;FeatureList.Builder.addFeatureBuilder(int index) repeated .tensorflow.Feature feature = 1;Feature.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Feature.Builder.clear()Feature.Builder.clearBytesList().tensorflow.BytesList bytes_list = 1;Feature.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Feature.Builder.clearFloatList().tensorflow.FloatList float_list = 2;Feature.Builder.clearInt64List().tensorflow.Int64List int64_list = 3;Feature.Builder.clearKind()Feature.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Feature.Builder.clone()FeatureList.Builder.getFeatureBuilder(int index) repeated .tensorflow.Feature feature = 1;Feature.Builder.mergeBytesList(BytesList value) .tensorflow.BytesList bytes_list = 1;Feature.Builder.mergeFloatList(FloatList value) .tensorflow.FloatList float_list = 2;Feature.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Feature.Builder.mergeFrom(com.google.protobuf.Message other) Feature.Builder.mergeInt64List(Int64List value) .tensorflow.Int64List int64_list = 3;final Feature.BuilderFeature.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Feature.BuilderFeature.newBuilder()static Feature.BuilderFeature.newBuilder(Feature prototype) Feature.newBuilderForType()protected Feature.BuilderFeature.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Features.Builder.putFeatureBuilderIfAbsent(String key) Map from feature name to feature.Feature.Builder.setBytesList(BytesList value) .tensorflow.BytesList bytes_list = 1;Feature.Builder.setBytesList(BytesList.Builder builderForValue) .tensorflow.BytesList bytes_list = 1;Feature.Builder.setFloatList(FloatList value) .tensorflow.FloatList float_list = 2;Feature.Builder.setFloatList(FloatList.Builder builderForValue) .tensorflow.FloatList float_list = 2;Feature.Builder.setInt64List(Int64List value) .tensorflow.Int64List int64_list = 3;Feature.Builder.setInt64List(Int64List.Builder builderForValue) .tensorflow.Int64List int64_list = 3;Feature.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Feature.BuilderFeature.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Feature.toBuilder()Methods in org.tensorflow.example that return types with arguments of type Feature.BuilderModifier and TypeMethodDescriptionFeatureList.Builder.getFeatureBuilderList()repeated .tensorflow.Feature feature = 1;Methods in org.tensorflow.example with parameters of type Feature.BuilderModifier and TypeMethodDescriptionFeatureList.Builder.addFeature(int index, Feature.Builder builderForValue) repeated .tensorflow.Feature feature = 1;FeatureList.Builder.addFeature(Feature.Builder builderForValue) repeated .tensorflow.Feature feature = 1;FeatureList.Builder.setFeature(int index, Feature.Builder builderForValue) repeated .tensorflow.Feature feature = 1;