You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/08/12 23:02:01 UTC

[tvm] branch main updated (478b672f2b -> 1737308397)

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

areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 478b672f2b [skip ci] Revert "[ci] Default to n=2 for test parallelism (#12376)" (#12413)
     add 1737308397 [WIP][Pylint] Making frontend tests pylint compliant (#12028)

No new revisions were added by this update.

Summary of changes:
 tests/lint/pylint.sh                               |  13 +
 tests/python/frontend/caffe/test_forward.py        |  79 +-
 tests/python/frontend/caffe2/model_zoo/__init__.py |   2 +-
 .../python/frontend/caffe2/model_zoo/squeezenet.py |  10 +-
 tests/python/frontend/caffe2/test_forward.py       |  26 +-
 tests/python/frontend/coreml/model_zoo/__init__.py |   8 +-
 tests/python/frontend/coreml/test_forward.py       | 194 ++--
 tests/python/frontend/darknet/test_forward.py      |  37 +-
 tests/python/frontend/keras/test_forward.py        | 743 ++++++++--------
 tests/python/frontend/oneflow/test_forward.py      |  67 +-
 .../python/frontend/oneflow/test_vision_models.py  |  10 +-
 tests/python/frontend/onnx/test_forward.py         | 985 ++++++++++++---------
 tests/python/frontend/pytorch/test_forward.py      | 465 ++++++++--
 tests/python/frontend/tensorflow/test_forward.py   | 328 ++++---
 tests/python/frontend/tflite/test_forward.py       | 384 ++++----
 15 files changed, 1968 insertions(+), 1383 deletions(-)