wzh99 opened a new pull request, #12596:
URL: https://github.com/apache/tvm/pull/12596

   This PR fixes #11697. The analysis of the bug is elaborated in #12400. The 
key problem is whether `axis` in `squeeze` means doing nothing or squeezing all 
one-dimensional axes. 
   
   In #12400, I provide two possible fixes. I choose to fix TOPI finally. The 
meaning of `axis` is clearly described here (commit #2020):
   
https://github.com/apache/tvm/blob/fb7cf97fbc2cc19a7eea879a3a1598780f6aa6aa/include/tvm/relay/attrs/transform.h#L319-L327
   The late commit to TOPI (#2147), however, does not follow this description. 
It seems that there is a mistake in TOPI and should be corrected. 


-- 
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-unsubscr...@tvm.apache.org

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

Reply via email to