Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
ONNX helper tests fail on big endian #2992
Comments
|
Please feel free to submit the PR for the community to review. |


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.