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/02/03 03:35:30 UTC

[GitHub] [tvm] mbrookhart opened a new pull request #10155: [Relay] Align strided slice shape functions

mbrookhart opened a new pull request #10155:
URL: https://github.com/apache/tvm/pull/10155


   We recently found an issue in a model with static strided slice on a dynamic input. The slicing was done with negative strides and extremely large begin/end. This is apparently an edge case we already supported in the dynamic strided slice shape function, but not the static one, so I aligned the methodology between the two and added tests to hit the edge case. Thanks!


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



[GitHub] [tvm] masahi commented on pull request #10155: [Relay] Align strided slice shape functions

Posted by GitBox <gi...@apache.org>.
masahi commented on pull request #10155:
URL: https://github.com/apache/tvm/pull/10155#issuecomment-1029381153


   Tensorflow hates you


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



[GitHub] [tvm] masahi merged pull request #10155: [Relay] Align strided slice shape functions

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #10155:
URL: https://github.com/apache/tvm/pull/10155


   


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



[GitHub] [tvm] mbrookhart commented on pull request #10155: [Relay] Align strided slice shape functions

Posted by GitBox <gi...@apache.org>.
mbrookhart commented on pull request #10155:
URL: https://github.com/apache/tvm/pull/10155#issuecomment-1029506152


   Tensorflow hates everyone this week


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