ONNX Runtime v0.3.0
Key Updates
-
ONNX 1.4 compatibility
- Opset 9 operator support
- Support of large models >2GB
-
New build packages
- C/C#: OS X x64 CPU
- C: Linux x86 CPU
- C: Windows x86 CPU
-
Custom op registration via C API
-
Non-Tensor type support for input/output for C and C# API
Release Notes
- Default execution provider for CPU uses Eigen and MLAS; prior releases used MKL-DNN. See all build options here.
- OpenMP is required for the prebuilt binaries. See System Requirements for more details.