Uses of Class
org.tensorflow.example.FeatureList
Packages that use FeatureList
-
Uses of FeatureList in org.tensorflow.example
Methods in org.tensorflow.example that return FeatureListModifier and TypeMethodDescriptionFeatureList.Builder.build()FeatureList.Builder.buildPartial()static FeatureListFeatureList.getDefaultInstance()FeatureList.Builder.getDefaultInstanceForType()FeatureList.getDefaultInstanceForType()FeatureLists.Builder.getFeatureListOrDefault(String key, FeatureList defaultValue) Map from feature name to feature list.FeatureLists.getFeatureListOrDefault(String key, FeatureList defaultValue) Map from feature name to feature list.FeatureListsOrBuilder.getFeatureListOrDefault(String key, FeatureList defaultValue) Map from feature name to feature list.FeatureLists.Builder.getFeatureListOrThrow(String key) Map from feature name to feature list.FeatureLists.getFeatureListOrThrow(String key) Map from feature name to feature list.FeatureListsOrBuilder.getFeatureListOrThrow(String key) Map from feature name to feature list.static FeatureListFeatureList.parseDelimitedFrom(InputStream input) static FeatureListFeatureList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureListFeatureList.parseFrom(byte[] data) static FeatureListFeatureList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureListFeatureList.parseFrom(com.google.protobuf.ByteString data) static FeatureListFeatureList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureListFeatureList.parseFrom(com.google.protobuf.CodedInputStream input) static FeatureListFeatureList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureListFeatureList.parseFrom(InputStream input) static FeatureListFeatureList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureListFeatureList.parseFrom(ByteBuffer data) static FeatureListFeatureList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.example that return types with arguments of type FeatureListModifier and TypeMethodDescriptionFeatureLists.Builder.getFeatureList()Deprecated.FeatureLists.getFeatureList()Deprecated.FeatureListsOrBuilder.getFeatureList()Deprecated.FeatureLists.Builder.getFeatureListMap()Map from feature name to feature list.FeatureLists.getFeatureListMap()Map from feature name to feature list.FeatureListsOrBuilder.getFeatureListMap()Map from feature name to feature list.FeatureLists.Builder.getMutableFeatureList()Deprecated.com.google.protobuf.Parser<FeatureList> FeatureList.getParserForType()static com.google.protobuf.Parser<FeatureList> FeatureList.parser()Methods in org.tensorflow.example with parameters of type FeatureListModifier and TypeMethodDescriptionFeatureLists.Builder.getFeatureListOrDefault(String key, FeatureList defaultValue) Map from feature name to feature list.FeatureLists.getFeatureListOrDefault(String key, FeatureList defaultValue) Map from feature name to feature list.FeatureListsOrBuilder.getFeatureListOrDefault(String key, FeatureList defaultValue) Map from feature name to feature list.FeatureList.Builder.mergeFrom(FeatureList other) static FeatureList.BuilderFeatureList.newBuilder(FeatureList prototype) FeatureLists.Builder.putFeatureList(String key, FeatureList value) Map from feature name to feature list.Method parameters in org.tensorflow.example with type arguments of type FeatureListModifier and TypeMethodDescriptionFeatureLists.Builder.putAllFeatureList(Map<String, FeatureList> values) Map from feature name to feature list.