This is an automated email from the ASF dual-hosted git repository.
zhaowu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 054466b [ONNX] NMS in ONNX (#6839)
add 862655b [TOPI] sparse_dense Op sparse_data input added (#6889)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/attrs/nn.h | 10 +-
python/tvm/relay/frontend/tensorflow.py | 29 ++++-
python/tvm/relay/op/nn/_nn.py | 2 +-
python/tvm/relay/op/nn/nn.py | 44 ++++---
python/tvm/relay/op/strategy/generic.py | 2 +-
python/tvm/topi/cuda/sparse.py | 6 +-
python/tvm/topi/nn/sparse.py | 140 +++++++++++++++++++++--
src/relay/op/nn/sparse.cc | 88 +++++++++-----
src/relay/transforms/convert_sparse_dense.cc | 4 +-
tests/python/frontend/tensorflow/test_forward.py | 8 +-
tests/python/topi/python/test_topi_sparse.py | 52 +++++++++
11 files changed, 321 insertions(+), 64 deletions(-)