lixiaoquan opened a new pull request #6024:
URL: https://github.com/apache/incubator-tvm/pull/6024


   @kevinthesun @mbrookhart @icemelon9  Could you please review this, thanks
   
   The input of strided_slice is Expr and attrs are Const, but it is still 
possible this strided_slice is dynamic.
   
   This PR adds / changes some test to demostrate this issue. If we make 
strided_slice static and add _dyn.strided_slice, the static version can't 
support this case, so we have to always use _dyn.strided_slice unless we are 
sure shape of input is static. I think other _dyn.* ops may have similiar issue
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to