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/06/22 05:31:45 UTC

[GitHub] [tvm] crazydemo opened a new pull request, #11818: [BYOC-DNNL] support more ops, and fusion pattern

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

   1. Support dnnl.global_avg_pooling2d, test cases are added.
   2. Fix bugs on python function `get_shape` and `get_dtype`. Cannot get the expected results, when getting shape / dtype from `multiply` op.
   3. Fuse `nn.pad()->nn.avg_pool2d()`, which may be encountered in `inception_v3`. Test case is included.


-- 
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] crazydemo closed pull request #11818: [BYOC-DNNL] support more ops, and fusion pattern

Posted by GitBox <gi...@apache.org>.
crazydemo closed pull request #11818: [BYOC-DNNL] support more ops, and fusion pattern
URL: https://github.com/apache/tvm/pull/11818


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