ONNX helper tests fail on big endian #2992
Labels
Comments
|
Please feel free to submit the PR for the community to review. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Bug Report
These tests were run on s390x. s390x is big-endian architecture.
Failure log for helper_test.py
The helper_test.py code needs to account for generating the raw data on a big endian architecture while the ONNX internals always expects little endian values.
Attached is the patch file for fixing the issue in the testcase helper_test.py code.
onnx-helper-test.patch.zip
A pull request can be submitted if needed.
The text was updated successfully, but these errors were encountered: