You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/11 16:43:45 UTC

[GitHub] [tvm] everton1984 commented on issue #11794: [Bug] Int64 BroadCast-ArgMax triggers assertion error at graph runtime

everton1984 commented on issue #11794:
URL: https://github.com/apache/tvm/issues/11794#issuecomment-1180633809

   @ganler Shouldn't this part `broadcast_to = relay.op.broadcast_to(x, relay.const(broadcast_shape, dtype="int64"))` actually be `broadcast_to = relay.op.broadcast_to(x, relay.const(broadcast_shape, dtype="int32"))`? 


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org