12.1 ONNX

Open Neural Network Exchange

Created Date: 2025-06-26

ONNX is an open format built to represent machine learning models. ONNX defines a common set of operators - the building blocks of machine learning and deep learning models - and a common file format to enable AI developers to use models with a variety of frameworks, tools, runtimes, and compilers.

12.1.1 Build Model

12.1.2 Export to ONNX Format

12.1.3 Inference using ONNX

12.1.4 Export to Another Framework