masahi commented on pull request #5098: URL: https://github.com/apache/incubator-tvm/pull/5098#issuecomment-629576125
I think we shouldn't introduce this op for the reason I mentioned. If we want to use this op to convert `global_avg_pool` from frontends, we can define `global_avg_pool` function in frontend/common.py that just calls `adaptive_pool` with output size (1, 1). ---------------------------------------------------------------- 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: [email protected]
