This is an automated email from the ASF dual-hosted git repository.

haichen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 81d1124  Use opencv reisze method for preprocessing of image in 
darknet (#4883)
     add 87c20bb  [Relay] Add a PyTorch to Relay Parser (#4497)

No new revisions were added by this update.

Summary of changes:
 docs/api/python/relay/frontend.rst            |    2 +
 python/tvm/relay/frontend/__init__.py         |    1 +
 python/tvm/relay/frontend/pytorch.py          | 1032 +++++++++++++++++++++++++
 tests/python/frontend/pytorch/test_forward.py |  768 ++++++++++++++++++
 tests/scripts/task_python_frontend.sh         |    3 +
 5 files changed, 1806 insertions(+)
 create mode 100644 python/tvm/relay/frontend/pytorch.py
 create mode 100644 tests/python/frontend/pytorch/test_forward.py

Reply via email to