You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/07/12 20:55:34 UTC

[tvm] branch main updated (6536def6f9 -> b1a3817602)

This is an automated email from the ASF dual-hosted git repository.

junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 6536def6f9 [Topi][Hexagon] Implement Cast F32ToF16 and F16ToF32 Slice Op (#11561)
     add b1a3817602 [Relay] Move TOpPattern registration for nn.* to C++ (#12072)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/nn/_nn.py  | 72 +-----------------------------------------
 src/relay/op/nn/bitserial.cc   |  9 ++++--
 src/relay/op/nn/convolution.cc | 51 ++++++++++++++++++++----------
 src/relay/op/nn/correlation.cc |  3 +-
 src/relay/op/nn/nn.cc          | 56 ++++++++++++++++++++++----------
 src/relay/op/nn/pooling.cc     | 16 ++++++++++
 src/relay/op/nn/sparse.cc      | 15 ++++++---
 7 files changed, 109 insertions(+), 113 deletions(-)