This is an automated email from the ASF dual-hosted git repository.
mbrookhart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 106c331 [microTVM] make RVM memory and number of cores variable
(#8154)
add 6baccc1 [ONNX] [Relay] Update unique operator to match ONNX output
(1D only) (#8099)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/onnx.py | 48 ++++++++++++++--
python/tvm/relay/frontend/pytorch.py | 10 ++--
python/tvm/relay/frontend/tensorflow.py | 10 ++--
python/tvm/relay/op/_transform.py | 8 ++-
python/tvm/relay/op/transform.py | 12 ++--
python/tvm/topi/cuda/unique.py | 83 ++++++++++++++++------------
python/tvm/topi/unique.py | 63 +++++++++++++--------
src/relay/op/tensor/transform.cc | 3 +-
tests/python/frontend/onnx/test_forward.py | 2 -
tests/python/relay/test_op_level3.py | 27 +++++++--
tests/python/topi/python/test_topi_unique.py | 73 +++++++++++++++---------
11 files changed, 227 insertions(+), 112 deletions(-)