| Package | Description |
|---|---|
| org.tensorflow.metadata.v0 |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<SparseFeature> |
SparseFeature.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SparseFeature |
SparseFeature.Builder.build() |
SparseFeature |
SparseFeature.Builder.buildPartial() |
static SparseFeature |
SparseFeature.getDefaultInstance() |
SparseFeature |
SparseFeature.getDefaultInstanceForType() |
SparseFeature |
SparseFeature.Builder.getDefaultInstanceForType() |
SparseFeature |
SchemaOrBuilder.getSparseFeature(int index)
Sparse features described in this schema.
|
SparseFeature |
StructDomain.getSparseFeature(int index)
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2; |
SparseFeature |
StructDomain.Builder.getSparseFeature(int index)
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2; |
SparseFeature |
StructDomainOrBuilder.getSparseFeature(int index)
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2; |
SparseFeature |
Schema.getSparseFeature(int index)
Sparse features described in this schema.
|
SparseFeature |
Schema.Builder.getSparseFeature(int index)
Sparse features described in this schema.
|
static SparseFeature |
SparseFeature.parseDelimitedFrom(InputStream input) |
static SparseFeature |
SparseFeature.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SparseFeature |
SparseFeature.parseFrom(byte[] data) |
static SparseFeature |
SparseFeature.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SparseFeature |
SparseFeature.parseFrom(ByteBuffer data) |
static SparseFeature |
SparseFeature.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SparseFeature |
SparseFeature.parseFrom(com.google.protobuf.ByteString data) |
static SparseFeature |
SparseFeature.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SparseFeature |
SparseFeature.parseFrom(com.google.protobuf.CodedInputStream input) |
static SparseFeature |
SparseFeature.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SparseFeature |
SparseFeature.parseFrom(InputStream input) |
static SparseFeature |
SparseFeature.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SparseFeature> |
SparseFeature.getParserForType() |
List<SparseFeature> |
SchemaOrBuilder.getSparseFeatureList()
Sparse features described in this schema.
|
List<SparseFeature> |
StructDomain.getSparseFeatureList()
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2; |
List<SparseFeature> |
StructDomain.Builder.getSparseFeatureList()
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2; |
List<SparseFeature> |
StructDomainOrBuilder.getSparseFeatureList()
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2; |
List<SparseFeature> |
Schema.getSparseFeatureList()
Sparse features described in this schema.
|
List<SparseFeature> |
Schema.Builder.getSparseFeatureList()
Sparse features described in this schema.
|
static com.google.protobuf.Parser<SparseFeature> |
SparseFeature.parser() |
| Modifier and Type | Method and Description |
|---|---|
StructDomain.Builder |
StructDomain.Builder.addSparseFeature(int index,
SparseFeature value)
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2; |
Schema.Builder |
Schema.Builder.addSparseFeature(int index,
SparseFeature value)
Sparse features described in this schema.
|
StructDomain.Builder |
StructDomain.Builder.addSparseFeature(SparseFeature value)
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2; |
Schema.Builder |
Schema.Builder.addSparseFeature(SparseFeature value)
Sparse features described in this schema.
|
SparseFeature.Builder |
SparseFeature.Builder.mergeFrom(SparseFeature other) |
static SparseFeature.Builder |
SparseFeature.newBuilder(SparseFeature prototype) |
StructDomain.Builder |
StructDomain.Builder.setSparseFeature(int index,
SparseFeature value)
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2; |
Schema.Builder |
Schema.Builder.setSparseFeature(int index,
SparseFeature value)
Sparse features described in this schema.
|
| Modifier and Type | Method and Description |
|---|---|
StructDomain.Builder |
StructDomain.Builder.addAllSparseFeature(Iterable<? extends SparseFeature> values)
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 2; |
Schema.Builder |
Schema.Builder.addAllSparseFeature(Iterable<? extends SparseFeature> values)
Sparse features described in this schema.
|
Copyright © 2020 Gojek. All rights reserved.