Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…llvm#2831) To handle the conversion from raw bytes to `DenseElementsAttr` we need to handle the endianness conversion during `torch-onnx-to-torch`. Therefore when importing `onnx.Constant` it is better to represent using the `onnx` constant operation so that only one location requires the endianness correction.
- Loading branch information