This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from a1c1ccafa1 [SUPPORT] Fix RingBuffer ReadWithCallback (#14743)
add 48200fc3d7 [TOPI] Use f-strings for string formatting, NFC (#14822)
add fd2a510ccf [Relay][BugFix] fix a bug about ReLu in the threshold
attribute which causes a different results with keras (#14824)
add 2cafa87b10 [Bugfix][Relay] Fix threshold calculation logic in PyTorch
frontend (#14820)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/keras.py | 2 +
python/tvm/relay/frontend/pytorch.py | 6 ++-
python/tvm/topi/arm_cpu/conv2d.py | 15 ++----
python/tvm/topi/arm_cpu/conv2d_alter_op.py | 26 +++++-----
python/tvm/topi/cuda/batch_matmul.py | 2 +-
python/tvm/topi/cuda/conv2d_int8.py | 4 +-
python/tvm/topi/cuda/conv3d_direct.py | 2 +-
python/tvm/topi/cuda/dense.py | 18 ++-----
python/tvm/topi/cuda/group_conv2d_nchw.py | 12 ++---
python/tvm/topi/cuda/scan.py | 2 +-
python/tvm/topi/cuda/softmax.py | 5 +-
python/tvm/topi/cuda/sparse.py | 7 ++-
python/tvm/topi/generic/conv2d.py | 34 ++++++-------
python/tvm/topi/hexagon/conv2d_alter_op.py | 6 +--
python/tvm/topi/hexagon/qnn/conv2d_alter_op.py | 6 +--
python/tvm/topi/hls/nn.py | 15 +++---
python/tvm/topi/image/resize.py | 55 ++++----------------
python/tvm/topi/nn/conv2d.py | 70 +++++++-------------------
python/tvm/topi/nn/depthwise_conv2d.py | 32 ++++--------
python/tvm/topi/nn/fifo_buffer.py | 10 ++--
python/tvm/topi/nn/upsampling.py | 4 +-
python/tvm/topi/nn/utils.py | 17 ++++---
python/tvm/topi/nn/winograd_util.py | 4 +-
python/tvm/topi/reduction.py | 2 +-
python/tvm/topi/testing/poolnd_python.py | 12 ++---
python/tvm/topi/testing/resize_python.py | 2 +-
python/tvm/topi/transform.py | 11 ++--
python/tvm/topi/x86/conv2d_alter_op.py | 18 +++----
python/tvm/topi/x86/conv2d_avx_1x1.py | 4 +-
python/tvm/topi/x86/conv2d_int8.py | 6 +--
python/tvm/topi/x86/conv3d.py | 31 +++---------
python/tvm/topi/x86/nn.py | 5 +-
tests/python/frontend/keras/test_forward.py | 1 +
tests/python/frontend/pytorch/test_forward.py | 2 +
34 files changed, 153 insertions(+), 295 deletions(-)