Available Custom Ops#

This section lists all custom ONNX Runtime operators provided by yet-another-onnxruntime-extensions. Each family of operators has its own dedicated page:

Sparse CPU Operators

Operators registered under yaourt.ortops.sparse.cpu running on the CPUExecutionProvider. Included as a pre-built binary in the wheel — see Sparse CPU Custom Ops for the full catalogue.

Fused Kernel CUDA Operators

Operators registered under yaourt.ortops.fused_kernel.cuda running on the CUDAExecutionProvider. Require a CUDA-enabled build — see Fused Kernel CUDA Custom Ops for the full catalogue and build instructions.