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/04/22 01:27:58 UTC

[GitHub] [tvm] jwfromm opened a new pull request #7906: [Relay][ONNX] 1-D global and adaptive pooling.

jwfromm opened a new pull request #7906:
URL: https://github.com/apache/tvm/pull/7906


   This PR adds support for 1D global and adaptive pooling operators in relay, specifically `adaptive_max_pool1d`, `adaptive_avg_pool1d`, `global_max_pool1d`, and `global_avg_pool1d`. It also adds corresponding support to the Onnx importer and tests for global pooling.


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



[GitHub] [tvm] mbrookhart merged pull request #7906: [Relay][ONNX] 1-D global and adaptive pooling.

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


   


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



[GitHub] [tvm] mbrookhart commented on pull request #7906: [Relay][ONNX] 1-D global and adaptive pooling.

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


   Thanks @jwfromm 


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