Uses of Enum Class
org.tribuo.interop.onnx.extractors.BERTFeatureExtractor.OutputPooling
Packages that use BERTFeatureExtractor.OutputPooling
Package
Description
Provides feature extraction implementations which use ONNX models.
-
Uses of BERTFeatureExtractor.OutputPooling in org.tribuo.interop.onnx.extractors
Subclasses with type arguments of type BERTFeatureExtractor.OutputPooling in org.tribuo.interop.onnx.extractorsModifier and TypeClassDescriptionstatic enum
The type of output pooling to perform.Methods in org.tribuo.interop.onnx.extractors that return BERTFeatureExtractor.OutputPoolingModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BERTFeatureExtractor.OutputPooling[]
BERTFeatureExtractor.OutputPooling.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tribuo.interop.onnx.extractors with parameters of type BERTFeatureExtractor.OutputPoolingModifierConstructorDescriptionBERTFeatureExtractor
(OutputFactory<T> outputFactory, Path modelPath, Path tokenizerPath, BERTFeatureExtractor.OutputPooling pooling, int maxLength, boolean useCUDA) Constructs a BERTFeatureExtractor.