ONNX Runtime v1.5.2 adds trilinear sampling in Resize, flatbuffers verification for ORT format, and config keys header for Linux/Mac.
$ git clone --branch v1.5.2 https://github.com/microsoft/onnxruntime.git # already have the repo? check out this version: $ git checkout v1.5.2
- ›Adds flatbuffers verifier for ORT format buffers, enabling integrity validation of serialized models.
- ›Adds config keys header file to Linux and Mac packages, exposing session configuration constants for native consumers.
- ›Supports trilinear sampling mode in the Resize operator.
- ›Removes the
cudnn64_7.dlldependency from the GPU C# NuGet package, simplifying deployment on Windows.