You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return value of rad::onnx::init_ort_api() has now been marked nodiscard regardless of whether the library is compiled to throw on failure. This is mainly to enforce good practices on the environments where exceptions aren't enabled.
The functionality for arrays has been expanded. Conversions to and from tensors for batches of arrays are now supported.
CI/CD functionality has been revamped and significantly improved.
Deprecations/Removals
The overload to convert to and from tensors for std::array has been removed in favour of the more flexible std::vector API.