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

liuyizhi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 10f85d0  Dedup BindParamByName function in VM compiler (#4793)
     add 90b2a1e  [Relay][Topi] Use SimplifyInference for L2 Normazlization. 
(#4795)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/nn/_nn.py          | 16 --------
 src/relay/pass/pattern_util.h          |  5 +++
 src/relay/pass/simplify_inference.cc   | 27 ++++++++++---
 topi/include/topi/cuda/normalization.h | 49 -----------------------
 topi/include/topi/nn/l2_normalize.h    | 72 ----------------------------------
 topi/include/topi/rocm/normalization.h | 11 ------
 topi/python/topi/cuda/__init__.py      |  2 +-
 topi/python/topi/cuda/nn.py            | 19 ---------
 topi/python/topi/generic/nn.py         | 18 ---------
 topi/python/topi/nn/__init__.py        |  1 -
 topi/python/topi/nn/l2_normalize.py    | 45 ---------------------
 topi/python/topi/rocm/nn.py            |  6 ---
 topi/src/topi.cc                       | 17 --------
 topi/tests/python/test_topi_l2norm.py  | 63 -----------------------------
 14 files changed, 28 insertions(+), 323 deletions(-)
 delete mode 100644 topi/include/topi/nn/l2_normalize.h
 delete mode 100644 topi/python/topi/nn/l2_normalize.py
 delete mode 100644 topi/tests/python/test_topi_l2norm.py

Reply via email to