Uses of Enum Class
org.tribuo.interop.onnx.extractors.BERTFeatureExtractor.OutputPooling
Package
Description
Provides feature extraction implementations which use ONNX models.
-
Uses of BERTFeatureExtractor.OutputPooling in org.tribuo.interop.onnx.extractors
Modifier 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.ModifierConstructorDescriptionBERTFeatureExtractor
(OutputFactory<T> outputFactory, Path modelPath, Path tokenizerPath, BERTFeatureExtractor.OutputPooling pooling, int maxLength, boolean useCUDA) Constructs a BERTFeatureExtractor.