Uses of Class
org.tensorflow.proto.Feature.Builder
Packages that use Feature.Builder
-
Uses of Feature.Builder in org.tensorflow.proto
Subclasses with type arguments of type Feature.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classContainers for non-sequential data.Methods in org.tensorflow.proto 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.clear()Feature.Builder.clearBytesList().tensorflow.BytesList bytes_list = 1;Feature.Builder.clearFloatList().tensorflow.FloatList float_list = 2;Feature.Builder.clearInt64List().tensorflow.Int64List int64_list = 3;Feature.Builder.clearKind()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(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Feature.Builder.mergeInt64List(Int64List value) .tensorflow.Int64List int64_list = 3;static Feature.BuilderFeature.newBuilder()static Feature.BuilderFeature.newBuilder(Feature prototype) Feature.newBuilderForType()protected Feature.BuilderFeature.newBuilderForType(AbstractMessage.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.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type Feature.BuilderModifier and TypeMethodDescriptionFeatureList.Builder.getFeatureBuilderList()repeated .tensorflow.Feature feature = 1;Methods in org.tensorflow.proto 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;