rafzi commented on PR #11877: URL: https://github.com/apache/tvm/pull/11877#issuecomment-1181604943
@AndrewZhaoLuo Thank you for looking at this. I have updated the test accordingly. I had to add a `tf.add` to make it fail without the fix. The int64 default comes from a different `shape_of` function in the frontend code, not from `relay.shape_of`: https://github.com/apache/tvm/blob/fc419df32f052e21f614c8940699c10a2d696689/python/tvm/relay/frontend/common.py#L612 `tf.shape` only supports int32 and int64: https://www.tensorflow.org/api_docs/python/tf/shape#args -- 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]
