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 onnx/common.hpp has been renamed to better describe its purpose. The contained function has not changed. Please see below for details.
The ContiguousContainer concept has been removed. See below for details.
Feature Changes
The ContiguousContainer concept is now superseded by the one from Zeus.
The onnx/common.hpp header has been renamed to onnx/perform_safe_op.hpp to be clearer on what the header contains. To simplify workflows, the header is now included in all ONNX headers, so users don't have to manually include it themselves.
All SDKs have been updated to their latest versions.