Uses of Class
org.tensorflow.example.Feature
Packages that use Feature
-
Uses of Feature in org.tensorflow.example
Methods in org.tensorflow.example that return FeatureModifier and TypeMethodDescriptionFeature.Builder.build()Feature.Builder.buildPartial()static FeatureFeature.getDefaultInstance()Feature.Builder.getDefaultInstanceForType()Feature.getDefaultInstanceForType()FeatureList.Builder.getFeature(int index) repeated .tensorflow.Feature feature = 1;FeatureList.getFeature(int index) repeated .tensorflow.Feature feature = 1;FeatureListOrBuilder.getFeature(int index) repeated .tensorflow.Feature feature = 1;Features.Builder.getFeatureOrDefault(String key, Feature defaultValue) Map from feature name to feature.Features.getFeatureOrDefault(String key, Feature defaultValue) Map from feature name to feature.FeaturesOrBuilder.getFeatureOrDefault(String key, Feature defaultValue) Map from feature name to feature.Features.Builder.getFeatureOrThrow(String key) Map from feature name to feature.Features.getFeatureOrThrow(String key) Map from feature name to feature.FeaturesOrBuilder.getFeatureOrThrow(String key) Map from feature name to feature.static FeatureFeature.parseDelimitedFrom(InputStream input) static FeatureFeature.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureFeature.parseFrom(byte[] data) static FeatureFeature.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureFeature.parseFrom(com.google.protobuf.ByteString data) static FeatureFeature.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureFeature.parseFrom(com.google.protobuf.CodedInputStream input) static FeatureFeature.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureFeature.parseFrom(InputStream input) static FeatureFeature.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureFeature.parseFrom(ByteBuffer data) static FeatureFeature.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.example that return types with arguments of type FeatureModifier and TypeMethodDescriptionFeatures.Builder.getFeature()Deprecated.Features.getFeature()Deprecated.FeaturesOrBuilder.getFeature()Deprecated.FeatureList.Builder.getFeatureList()repeated .tensorflow.Feature feature = 1;FeatureList.getFeatureList()repeated .tensorflow.Feature feature = 1;FeatureListOrBuilder.getFeatureList()repeated .tensorflow.Feature feature = 1;Features.Builder.getFeatureMap()Map from feature name to feature.Features.getFeatureMap()Map from feature name to feature.FeaturesOrBuilder.getFeatureMap()Map from feature name to feature.Features.Builder.getMutableFeature()Deprecated.com.google.protobuf.Parser<Feature> Feature.getParserForType()static com.google.protobuf.Parser<Feature> Feature.parser()Methods in org.tensorflow.example with parameters of type FeatureModifier and TypeMethodDescriptionFeatureList.Builder.addFeature(int index, Feature value) repeated .tensorflow.Feature feature = 1;FeatureList.Builder.addFeature(Feature value) repeated .tensorflow.Feature feature = 1;Features.Builder.getFeatureOrDefault(String key, Feature defaultValue) Map from feature name to feature.Features.getFeatureOrDefault(String key, Feature defaultValue) Map from feature name to feature.FeaturesOrBuilder.getFeatureOrDefault(String key, Feature defaultValue) Map from feature name to feature.static Feature.BuilderFeature.newBuilder(Feature prototype) Features.Builder.putFeature(String key, Feature value) Map from feature name to feature.FeatureList.Builder.setFeature(int index, Feature value) repeated .tensorflow.Feature feature = 1;Method parameters in org.tensorflow.example with type arguments of type FeatureModifier and TypeMethodDescriptionFeatureList.Builder.addAllFeature(Iterable<? extends Feature> values) repeated .tensorflow.Feature feature = 1;Features.Builder.putAllFeature(Map<String, Feature> values) Map from feature name to feature.