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 2cafa87b10 [Bugfix][Relay] Fix threshold calculation logic in PyTorch
frontend (#14820)
add 42aaae143c [BUILD] Removed the duplicated MACROs in config.cmake
(#14813)
add a3991b32ca [Relay/Op] Use f-strings for string formatting, NFC (#14831)
add ae9209bf55 [Frontend] Use f-strings for string formatting, NFC (#14830)
add 483b87de62 [Bugfix][Relay] Fix softplus about the wrong calculation
formula in Relay PyTorch frontend (#14821)
No new revisions were added by this update.
Summary of changes:
cmake/config.cmake | 13 -
python/tvm/relay/frontend/caffe.py | 16 +-
python/tvm/relay/frontend/caffe2.py | 24 +-
python/tvm/relay/frontend/common.py | 28 +-
python/tvm/relay/frontend/coreml.py | 22 +-
python/tvm/relay/frontend/darknet.py | 9 +-
python/tvm/relay/frontend/keras.py | 117 ++++---
python/tvm/relay/frontend/mxnet.py | 62 ++--
python/tvm/relay/frontend/mxnet_qnn_op_utils.py | 4 +-
python/tvm/relay/frontend/nnvm_common.py | 2 +-
python/tvm/relay/frontend/oneflow.py | 72 ++---
python/tvm/relay/frontend/onnx.py | 408 ++++++++----------------
python/tvm/relay/frontend/paddlepaddle.py | 48 ++-
python/tvm/relay/frontend/pytorch.py | 168 ++++------
python/tvm/relay/frontend/qnn_torch.py | 25 +-
python/tvm/relay/frontend/tensorflow.py | 38 ++-
python/tvm/relay/frontend/tensorflow2.py | 31 +-
python/tvm/relay/frontend/tensorflow2_ops.py | 2 +-
python/tvm/relay/frontend/tensorflow_ops.py | 136 ++++----
python/tvm/relay/frontend/tflite.py | 73 ++---
python/tvm/relay/op/annotation/annotation.py | 2 +-
python/tvm/relay/op/contrib/cutlass.py | 2 +-
python/tvm/relay/op/contrib/dnnl.py | 19 +-
python/tvm/relay/op/nn/_nn.py | 15 +-
python/tvm/relay/op/nn/utils.py | 6 +-
python/tvm/relay/op/op.py | 10 +-
python/tvm/relay/op/strategy/adreno.py | 10 +-
python/tvm/relay/op/strategy/arm_cpu.py | 32 +-
python/tvm/relay/op/strategy/bifrost.py | 10 +-
python/tvm/relay/op/strategy/cuda.py | 37 +--
python/tvm/relay/op/strategy/generic.py | 83 ++---
python/tvm/relay/op/strategy/hexagon.py | 4 +-
python/tvm/relay/op/strategy/hls.py | 6 +-
python/tvm/relay/op/strategy/intel_graphics.py | 4 +-
python/tvm/relay/op/strategy/mali.py | 12 +-
python/tvm/relay/op/strategy/x86.py | 28 +-
python/tvm/relay/op/tensor.py | 2 +-
python/tvm/relay/op/transform.py | 4 +-
python/tvm/relay/op/vision/_rcnn.py | 4 +-
tests/python/frontend/pytorch/test_forward.py | 3 +
40 files changed, 590 insertions(+), 1001 deletions(-)