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 2020/07/13 03:17:54 UTC

[GitHub] [incubator-tvm] lsy643 commented on pull request #5955: Register Shape Func for Some Operators to Handle Dynamic Shapes

lsy643 commented on pull request #5955:
URL: https://github.com/apache/incubator-tvm/pull/5955#issuecomment-657336799


   @icemelon9 I have added test case for `crop_and_resize` and `mirror_pad` in `tests/python/relay/test_any.py`.
   
   And there is something I may need to illustrate further. According to the `MirrorPadRel` function, `mirror_pad` only accepts static input shape. However, `mirror_pad` and another operator with dynamic input shape may get fused into a same function, and then the shape function of 'mirror_pad' is necessary.
   


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