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 2021/05/19 21:45:02 UTC

[GitHub] [tvm] masahi commented on pull request #8068: [Relay, TOPI] Support dynamic slicing on first few axes, keeping the rest static

masahi commented on pull request #8068:
URL: https://github.com/apache/tvm/pull/8068#issuecomment-844496100


   No, I believe it is already supported, although the static version doesn't have a constraint that `len(begin) == len(end) == len(strides)`.
   https://github.com/apache/tvm/blob/main/include/tvm/topi/transform.h#L651-L653
   https://github.com/apache/tvm/blob/main/include/tvm/topi/transform.h#L672-L674
   
   (No idea why CI is running another job, it already passed).


-- 
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.

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