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