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/02/25 01:26:59 UTC

[GitHub] [tvm] masahi edited a comment on pull request #7513: [Torch] Add copy_ operator

masahi edited a comment on pull request #7513:
URL: https://github.com/apache/tvm/pull/7513#issuecomment-785507752


   @apivovarov If you really need to support this conversion and you are sure your conversion should work, you can use a custom convert map. See https://github.com/apache/tvm/blob/50e013dd3a5e23450ff4ae98324be07aa6160a6d/tests/python/frontend/pytorch/test_forward.py#L1916 it basically allows you to register custom conversion from user's code. This is probably the best solution (or workaround) for now. 


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