jikechao opened a new pull request, #14837: URL: https://github.com/apache/tvm/pull/14837
This PR is to fix the bug in the [issue-14794](https://github.com/apache/tvm/issues/14794). When the `output_size` include a None, TVM can correctly parse the `None` according to the input, but give a wrong dtype (i.e., tvm.relay.expr.Constant). This pr fixes it by converting the `tvm.relay.expr.Constant` to 'int'. @echuraev @Hzfengsy -- 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]
