Uses of Class
org.tensorflow.example.FeatureLists
Packages that use FeatureLists
-
Uses of FeatureLists in org.tensorflow.example
Methods in org.tensorflow.example that return FeatureListsModifier and TypeMethodDescriptionFeatureLists.Builder.build()FeatureLists.Builder.buildPartial()static FeatureListsFeatureLists.getDefaultInstance()FeatureLists.Builder.getDefaultInstanceForType()FeatureLists.getDefaultInstanceForType()SequenceExample.Builder.getFeatureLists().tensorflow.FeatureLists feature_lists = 2;SequenceExample.getFeatureLists().tensorflow.FeatureLists feature_lists = 2;SequenceExampleOrBuilder.getFeatureLists().tensorflow.FeatureLists feature_lists = 2;static FeatureListsFeatureLists.parseDelimitedFrom(InputStream input) static FeatureListsFeatureLists.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureListsFeatureLists.parseFrom(byte[] data) static FeatureListsFeatureLists.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureListsFeatureLists.parseFrom(com.google.protobuf.ByteString data) static FeatureListsFeatureLists.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureListsFeatureLists.parseFrom(com.google.protobuf.CodedInputStream input) static FeatureListsFeatureLists.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureListsFeatureLists.parseFrom(InputStream input) static FeatureListsFeatureLists.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureListsFeatureLists.parseFrom(ByteBuffer data) static FeatureListsFeatureLists.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.example that return types with arguments of type FeatureListsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FeatureLists> FeatureLists.getParserForType()static com.google.protobuf.Parser<FeatureLists> FeatureLists.parser()Methods in org.tensorflow.example with parameters of type FeatureListsModifier and TypeMethodDescriptionSequenceExample.Builder.mergeFeatureLists(FeatureLists value) .tensorflow.FeatureLists feature_lists = 2;FeatureLists.Builder.mergeFrom(FeatureLists other) static FeatureLists.BuilderFeatureLists.newBuilder(FeatureLists prototype) SequenceExample.Builder.setFeatureLists(FeatureLists value) .tensorflow.FeatureLists feature_lists = 2;