Coverage#
This page collects links to all coverage and supported-operator pages across the different conversion backends.
scikit-learn and compatible libraries#
Supported Converters lists all
scikit-learn estimators and transformers, along with estimators
from category_encoders, imbalanced-learn,
lightgbm, scikit-survival, and xgboost, showing
which ones have a registered converter in yobx.sklearn.
PyTorch#
Supported Aten Functions enumerates every ATen function and its mapping to an ONNX operator.
Torch Export to ONNX also contains an overview of exportability (Overview of Exportability) that runs a broad set of model cases through multiple exporters and reports which ones succeed.
TensorFlow / JAX#
Supported TF Ops lists every TensorFlow op that has a converter to ONNX.
Supported JAX Ops lists the JAX / StableHLO ops that are handled during JAX-to-ONNX conversion.
LiteRT#
Supported LiteRT Ops lists every LiteRT (TFLite) op that has a converter to ONNX.