rafzi opened a new pull request, #11877: URL: https://github.com/apache/tvm/pull/11877
This issue popped up when reading a model that uses the output of `Shape` with `out_type=int32` and concatenating with other int32s. The Shape output was of type int64, so the concatenation reported an error in type inference. I'm not sure why this test does not catch the issue. Should it not also verify that the type was really set to int32? https://github.com/apache/tvm/blob/main/tests/python/frontend/tflite/test_forward.py#L1771 @dhruvaray @siju-samuel @anijain2305 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
