ONNX Runtime v0.4.0 adds Intel nGraph and NVIDIA TensorRT execution providers, ONNX 1.5/Opset 10 support, and quantization operators.
$ git clone --branch v0.4.0 https://github.com/microsoft/onnxruntime.git # already have the repo? check out this version: $ git checkout v0.4.0
- ›Adds Intel nGraph execution provider for accelerated inference on Intel hardware.
- ›Adds NVIDIA TensorRT execution provider for GPU-accelerated inference.
- ›Supports ONNX 1.5 and Opset 10 operators, enabling use of newly added ONNX Model Zoo object detection models (YOLO v3, SSD).
- ›Adds quantization operators from ONNX 1.5.
- ›Extends the C API for Custom Operators to support allocation of outputs during compute, includes a C++ wrapper to simplify implementation, and enables custom op DLLs when ONNX Runtime is compiled statically.
+3 moreshow less
- ›Adds graph optimization via Constant Folding for improved inference performance.
- ›Publishes additional NuGet binaries built with MKL-ML.
- ›Reduces binary sizes: 700 KB+ on Windows, 65% on Linux, 45% on macOS.