Package org.tribuo.interop.onnx.extractors


package org.tribuo.interop.onnx.extractors
Provides feature extraction implementations which use ONNX models.

These are mainly for text or images, e.g., BERTFeatureExtractor which uses an ONNX format BERT model to provide feature vectors based on the BERT embeddings.