Uses of Class
org.tensorflow.proto.FeatureLists
Packages that use FeatureLists
-
Uses of FeatureLists in org.tensorflow.proto
Methods in org.tensorflow.proto 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, ExtensionRegistryLite extensionRegistry) static FeatureListsFeatureLists.parseFrom(byte[] data) static FeatureListsFeatureLists.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static FeatureListsFeatureLists.parseFrom(ByteString data) static FeatureListsFeatureLists.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static FeatureListsFeatureLists.parseFrom(CodedInputStream input) static FeatureListsFeatureLists.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static FeatureListsFeatureLists.parseFrom(InputStream input) static FeatureListsFeatureLists.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static FeatureListsFeatureLists.parseFrom(ByteBuffer data) static FeatureListsFeatureLists.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type FeatureListsModifier and TypeMethodDescriptionFeatureLists.getParserForType()static Parser<FeatureLists> FeatureLists.parser()Methods in org.tensorflow.proto 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;