ONNX Runtime v0.2.1 adds Linux C# packages, GPU support on Linux/Windows, and promotes the C API to Beta.
$ git clone --branch v0.2.1 https://github.com/microsoft/onnxruntime.git # already have the repo? check out this version: $ git checkout v0.2.1
- ›C# packages now available for Linux, with GPU support for both Windows and Linux.
- ›C API promoted from experimental to Beta status, signaling expected stability for production use.
- ›Adds MKL-DNN acceleration support for Relu, Sum, and
BatchNormalizationoperators.