Uses of Class
org.tensorflow.metadata.v0.SparseFeature
-
Packages that use SparseFeature Package Description org.tensorflow.metadata.v0 -
-
Uses of SparseFeature in org.tensorflow.metadata.v0
Fields in org.tensorflow.metadata.v0 with type parameters of type SparseFeature Modifier and Type Field Description static com.google.protobuf.Parser<SparseFeature>SparseFeature. PARSERDeprecated.Methods in org.tensorflow.metadata.v0 that return SparseFeature Modifier and Type Method Description SparseFeatureSparseFeature.Builder. build()SparseFeatureSparseFeature.Builder. buildPartial()static SparseFeatureSparseFeature. getDefaultInstance()SparseFeatureSparseFeature.Builder. getDefaultInstanceForType()SparseFeatureSparseFeature. getDefaultInstanceForType()SparseFeatureSchema.Builder. getSparseFeature(int index)Sparse features described in this schema.SparseFeatureSchema. getSparseFeature(int index)Sparse features described in this schema.SparseFeatureSchemaOrBuilder. getSparseFeature(int index)Sparse features described in this schema.SparseFeatureStructDomain.Builder. getSparseFeature(int index)repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2;SparseFeatureStructDomain. getSparseFeature(int index)repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2;SparseFeatureStructDomainOrBuilder. getSparseFeature(int index)repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2;static SparseFeatureSparseFeature. parseDelimitedFrom(InputStream input)static SparseFeatureSparseFeature. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SparseFeatureSparseFeature. parseFrom(byte[] data)static SparseFeatureSparseFeature. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SparseFeatureSparseFeature. parseFrom(com.google.protobuf.ByteString data)static SparseFeatureSparseFeature. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SparseFeatureSparseFeature. parseFrom(com.google.protobuf.CodedInputStream input)static SparseFeatureSparseFeature. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SparseFeatureSparseFeature. parseFrom(InputStream input)static SparseFeatureSparseFeature. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SparseFeatureSparseFeature. parseFrom(ByteBuffer data)static SparseFeatureSparseFeature. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.metadata.v0 that return types with arguments of type SparseFeature Modifier and Type Method Description com.google.protobuf.Parser<SparseFeature>SparseFeature. getParserForType()List<SparseFeature>Schema.Builder. getSparseFeatureList()Sparse features described in this schema.List<SparseFeature>Schema. getSparseFeatureList()Sparse features described in this schema.List<SparseFeature>SchemaOrBuilder. getSparseFeatureList()Sparse features described in this schema.List<SparseFeature>StructDomain.Builder. getSparseFeatureList()repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2;List<SparseFeature>StructDomain. getSparseFeatureList()repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2;List<SparseFeature>StructDomainOrBuilder. getSparseFeatureList()repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2;static com.google.protobuf.Parser<SparseFeature>SparseFeature. parser()Methods in org.tensorflow.metadata.v0 with parameters of type SparseFeature Modifier and Type Method Description Schema.BuilderSchema.Builder. addSparseFeature(int index, SparseFeature value)Sparse features described in this schema.Schema.BuilderSchema.Builder. addSparseFeature(SparseFeature value)Sparse features described in this schema.StructDomain.BuilderStructDomain.Builder. addSparseFeature(int index, SparseFeature value)repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2;StructDomain.BuilderStructDomain.Builder. addSparseFeature(SparseFeature value)repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2;SparseFeature.BuilderSparseFeature.Builder. mergeFrom(SparseFeature other)static SparseFeature.BuilderSparseFeature. newBuilder(SparseFeature prototype)Schema.BuilderSchema.Builder. setSparseFeature(int index, SparseFeature value)Sparse features described in this schema.StructDomain.BuilderStructDomain.Builder. setSparseFeature(int index, SparseFeature value)repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2;Method parameters in org.tensorflow.metadata.v0 with type arguments of type SparseFeature Modifier and Type Method Description Schema.BuilderSchema.Builder. addAllSparseFeature(Iterable<? extends SparseFeature> values)Sparse features described in this schema.StructDomain.BuilderStructDomain.Builder. addAllSparseFeature(Iterable<? extends SparseFeature> values)repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2;
-