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 e2e1696c74 [Relay] Handle pad value coming from Tensor instead of
scalar (#14735)
add a8d26f4452 [Relay][Bugfix] Fix stride in LpPool for default (#14740)
add 9530a8de1e [PyTorch] Add aten::new_zeros (#14747)
add c1e88b365a [Relay] Simplify the square of a binomial (#14580)
add d1e1b4c8b2 [bugfix][relay] Fix alpha attribute with None in ELU
(#14742)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/keras.py | 2 +
python/tvm/relay/frontend/onnx.py | 4 +-
python/tvm/relay/frontend/pytorch.py | 17 +++++
src/relay/transforms/simplify_expr.cc | 82 ++++++++++++++++++++++
tests/python/frontend/keras/test_forward.py | 19 +++--
tests/python/frontend/onnx/test_forward.py | 11 +++
tests/python/frontend/pytorch/test_forward.py | 7 ++
tests/python/relay/test_pass_simplify_expr.py | 99 ++++++++++++++++++++++++++-
8 files changed, 232 insertions(+), 9 deletions(-)