#onnx #burn-framework #model #convert #format

bin+lib burn-onnx

Library for importing ONNX models into the Burn framework

1 unstable release

Uses new Rust 2024

0.21.0-pre.1 Feb 11, 2026

#1892 in Machine learning

Download history 7/week @ 2026-02-15 15/week @ 2026-02-22 16/week @ 2026-03-01 171/week @ 2026-03-08

209 downloads per month

MIT/Apache

2.5MB
57K SLoC

burn-onnx is a crate designed to simplify the process of importing models trained in other machine learning frameworks into the Burn framework via the ONNX format. It generates the Rust source code that aligns the imported model with Burn and converts tensor data into a compatible format.


burn-onnx

Library for importing ONNX models into the Burn deep learning framework.

Overview

burn-onnx converts ONNX models into native Burn code, enabling seamless integration of pre-trained models from popular ML frameworks (PyTorch, TensorFlow, etc.) into the Burn ecosystem.

Dependencies

~95–140MB
~2.5M SLoC