Uses of Class
org.tensorflow.example.Features
Packages that use Features
-
Uses of Features in org.tensorflow.example
Methods in org.tensorflow.example that return FeaturesModifier and TypeMethodDescriptionFeatures.Builder.build()Features.Builder.buildPartial()SequenceExample.Builder.getContext().tensorflow.Features context = 1;SequenceExample.getContext().tensorflow.Features context = 1;SequenceExampleOrBuilder.getContext().tensorflow.Features context = 1;static FeaturesFeatures.getDefaultInstance()Features.Builder.getDefaultInstanceForType()Features.getDefaultInstanceForType()Example.Builder.getFeatures().tensorflow.Features features = 1;Example.getFeatures().tensorflow.Features features = 1;ExampleOrBuilder.getFeatures().tensorflow.Features features = 1;static FeaturesFeatures.parseDelimitedFrom(InputStream input) static FeaturesFeatures.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeaturesFeatures.parseFrom(byte[] data) static FeaturesFeatures.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeaturesFeatures.parseFrom(com.google.protobuf.ByteString data) static FeaturesFeatures.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeaturesFeatures.parseFrom(com.google.protobuf.CodedInputStream input) static FeaturesFeatures.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeaturesFeatures.parseFrom(InputStream input) static FeaturesFeatures.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeaturesFeatures.parseFrom(ByteBuffer data) static FeaturesFeatures.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.example that return types with arguments of type FeaturesModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Features> Features.getParserForType()static com.google.protobuf.Parser<Features> Features.parser()Methods in org.tensorflow.example with parameters of type FeaturesModifier and TypeMethodDescriptionSequenceExample.Builder.mergeContext(Features value) .tensorflow.Features context = 1;Example.Builder.mergeFeatures(Features value) .tensorflow.Features features = 1;static Features.BuilderFeatures.newBuilder(Features prototype) SequenceExample.Builder.setContext(Features value) .tensorflow.Features context = 1;Example.Builder.setFeatures(Features value) .tensorflow.Features features = 1;