Package | Description |
---|---|
org.tensorflow.example |
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 |
FeatureListOrBuilder.getFeature(int index)
repeated .tensorflow.Feature feature = 1; |
Feature |
FeatureList.getFeature(int index)
repeated .tensorflow.Feature feature = 1; |
Feature |
FeatureList.Builder.getFeature(int index)
repeated .tensorflow.Feature feature = 1; |
Feature |
FeaturesOrBuilder.getFeatureOrDefault(String key,
Feature defaultValue)
Map from feature name to feature.
|
Feature |
Features.getFeatureOrDefault(String key,
Feature defaultValue)
Map from feature name to feature.
|
Feature |
Features.Builder.getFeatureOrDefault(String key,
Feature defaultValue)
Map from feature name to feature.
|
Feature |
FeaturesOrBuilder.getFeatureOrThrow(String key)
Map from feature name to feature.
|
Feature |
Features.getFeatureOrThrow(String key)
Map from feature name to feature.
|
Feature |
Features.Builder.getFeatureOrThrow(String key)
Map from feature name to feature.
|
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 |
---|---|
Map<String,Feature> |
FeaturesOrBuilder.getFeature()
Deprecated.
|
Map<String,Feature> |
Features.getFeature()
Deprecated.
|
Map<String,Feature> |
Features.Builder.getFeature()
Deprecated.
|
List<Feature> |
FeatureListOrBuilder.getFeatureList()
repeated .tensorflow.Feature feature = 1; |
List<Feature> |
FeatureList.getFeatureList()
repeated .tensorflow.Feature feature = 1; |
List<Feature> |
FeatureList.Builder.getFeatureList()
repeated .tensorflow.Feature feature = 1; |
Map<String,Feature> |
FeaturesOrBuilder.getFeatureMap()
Map from feature name to feature.
|
Map<String,Feature> |
Features.getFeatureMap()
Map from feature name to feature.
|
Map<String,Feature> |
Features.Builder.getFeatureMap()
Map from feature name to feature.
|
Map<String,Feature> |
Features.Builder.getMutableFeature()
Deprecated.
|
com.google.protobuf.Parser<Feature> |
Feature.getParserForType() |
static com.google.protobuf.Parser<Feature> |
Feature.parser() |
Modifier and Type | Method and Description |
---|---|
FeatureList.Builder |
FeatureList.Builder.addFeature(Feature value)
repeated .tensorflow.Feature feature = 1; |
FeatureList.Builder |
FeatureList.Builder.addFeature(int index,
Feature value)
repeated .tensorflow.Feature feature = 1; |
Feature |
FeaturesOrBuilder.getFeatureOrDefault(String key,
Feature defaultValue)
Map from feature name to feature.
|
Feature |
Features.getFeatureOrDefault(String key,
Feature defaultValue)
Map from feature name to feature.
|
Feature |
Features.Builder.getFeatureOrDefault(String key,
Feature defaultValue)
Map from feature name to feature.
|
Feature.Builder |
Feature.Builder.mergeFrom(Feature other) |
static Feature.Builder |
Feature.newBuilder(Feature prototype) |
Features.Builder |
Features.Builder.putFeature(String key,
Feature value)
Map from feature name to feature.
|
FeatureList.Builder |
FeatureList.Builder.setFeature(int index,
Feature value)
repeated .tensorflow.Feature feature = 1; |
Modifier and Type | Method and Description |
---|---|
FeatureList.Builder |
FeatureList.Builder.addAllFeature(Iterable<? extends Feature> values)
repeated .tensorflow.Feature feature = 1; |
Features.Builder |
Features.Builder.putAllFeature(Map<String,Feature> values)
Map from feature name to feature.
|
Copyright © 2015–2019. All rights reserved.