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/08/22 09:32:30 UTC

[GitHub] [tvm] lhutton1 opened a new pull request, #12531: [ETHOSN] Support conversion of add to depthwise

lhutton1 opened a new pull request, #12531:
URL: https://github.com/apache/tvm/pull/12531

   In similar fashion to the conversion of mul to depthwise, this commit converts add when one input is a constant of shape [1, ..., n] to a depthwise convolution. If neither input is a constant, the add is offloaded naturally like before.
   
   The addition testing has been improved to use pytest features.
   
   Note that this PR also contains the contents of #12403 until it is merged.
   
   cc @NicolaLancellotti @leandron @ashutosh-arm 


-- 
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] leandron merged pull request #12531: [ETHOSN] Support conversion of add to depthwise

Posted by GitBox <gi...@apache.org>.
leandron merged PR #12531:
URL: https://github.com/apache/tvm/pull/12531


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