rkimball opened a new pull request #7285: URL: https://github.com/apache/tvm/pull/7285
If dtype is passed then the value is autoconverted to dtype. Windows defaults python integers to int32 while linux defaults to int64. This causes issues in the onnx frontend where constants are created with dtype=int64 but on Windows they would result in int32 constants and break the importer. https://discuss.tvm.apache.org/t/onnx-frontend-giving-an-error-when-working-a-simple-model-with-tvm/8742 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
