This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 7f5e37a [Fix] Fix conv2d alter op for arm cpu (#5532)
add 621a61d [FRONTEND]onnx, mxnet, pytorch mathops added (#5561)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/mxnet.py | 13 ++++++++++---
python/tvm/relay/frontend/onnx.py | 11 +++++++++++
python/tvm/relay/frontend/pytorch.py | 2 ++
tests/python/frontend/mxnet/test_forward.py | 21 +++++++++++++++++++++
tests/python/frontend/onnx/test_forward.py | 11 +++++++++++
tests/python/frontend/pytorch/test_forward.py | 14 ++++++++++++--
6 files changed, 67 insertions(+), 5 deletions(-)