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/09/27 09:56:52 UTC

[GitHub] [tvm] abraham-arun opened a new pull request #9133: [Frontend][PyTorch] support for quantized conv_transpose2d op

abraham-arun opened a new pull request #9133:
URL: https://github.com/apache/tvm/pull/9133


   PyTorch uses the same underlying function to pack and unpack the params for conv2d and conv_transpose2d ops.
   
   This change adds support for quantized conv_transpose2d op by reusing the ConvPackedParam and adding the output_padding param to it.
   This output_padding param will remain unused in case of conv2d.
   


-- 
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 #9133: [Frontend][PyTorch] support for quantized conv_transpose2d op

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


   


-- 
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 #9133: [Frontend][PyTorch] support for quantized conv_transpose2d op

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


   


-- 
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] abraham-arun commented on pull request #9133: [Frontend][PyTorch] support for quantized conv_transpose2d op

Posted by GitBox <gi...@apache.org>.
abraham-arun commented on pull request #9133:
URL: https://github.com/apache/tvm/pull/9133#issuecomment-927890219


   @masahi Please review when you get time.


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