This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
omit 62fadacd12 [Hexagon] Lint tests part 2 (#13271)
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/last-successful (be44e9c811)
\
O -- O -- O (62fadacd12)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
tests/lint/pylint.sh | 3 +-
.../test_hexagon/metaschedule_e2e/export_models.py | 21 +-
.../metaschedule_e2e/test_resnet50_fp16.py | 32 +--
.../metaschedule_e2e/test_resnet50_int8.py | 89 +++----
tests/python/contrib/test_hexagon/topi/__init__.py | 2 +-
.../contrib/test_hexagon/topi/slice_op/__init__.py | 18 --
.../topi/test_add_subtract_multiply.py | 272 ++++++++++----------
.../topi/{slice_op => }/test_argmax_slice.py | 2 +-
.../topi/{slice_op => }/test_avg_pool2d_slice.py | 5 +-
.../contrib/test_hexagon/topi/test_batch_matmul.py | 54 ++--
.../topi/{slice_op => }/test_cast_slice.py | 2 +-
.../{slice_op/test_clip_slice.py => test_clip.py} | 4 +-
.../test_hexagon/topi/test_conv2d_fp16_intrin.py | 197 +++++++--------
.../contrib/test_hexagon/topi/test_conv2d_nchw.py | 133 +++++-----
.../contrib/test_hexagon/topi/test_conv2d_nhwc.py | 49 ++--
.../topi/{slice_op => }/test_conv2d_slice.py | 2 +-
.../test_hexagon/topi/test_conv2d_transpose.py | 83 +++++--
.../python/contrib/test_hexagon/topi/test_dense.py | 178 +++++++-------
.../test_hexagon/topi/test_depth_to_space.py | 49 ++--
.../test_hexagon/topi/test_depthwise_conv2d.py | 273 ++++++++++-----------
.../{slice_op => }/test_depthwise_conv2d_slice.py | 4 +-
.../topi/{slice_op => }/test_dequantize_slice.py | 2 +-
.../topi/{slice_op => }/test_max_pool2d_slice.py | 6 +-
tests/python/contrib/test_hexagon/topi/test_pad.py | 11 +-
.../contrib/test_hexagon/topi/test_pooling.py | 39 +--
.../contrib/test_hexagon/topi/test_quantize.py | 60 +++--
.../contrib/test_hexagon/topi/test_reduce.py | 209 ++++++++--------
.../topi/{slice_op => }/test_relu_slice.py | 3 +-
.../contrib/test_hexagon/topi/test_reshape.py | 76 +++---
.../contrib/test_hexagon/topi/test_resize2d.py | 144 ++++++-----
.../contrib/test_hexagon/topi/test_softmax.py | 121 +++++----
.../topi/{slice_op => }/test_softmax_slice.py | 2 +-
.../topi/{slice_op => }/test_tanh_slice.py | 3 +-
33 files changed, 1021 insertions(+), 1127 deletions(-)
delete mode 100644 tests/python/contrib/test_hexagon/topi/slice_op/__init__.py
mode change 100644 => 100755
tests/python/contrib/test_hexagon/topi/test_add_subtract_multiply.py
rename tests/python/contrib/test_hexagon/topi/{slice_op =>
}/test_argmax_slice.py (97%)
rename tests/python/contrib/test_hexagon/topi/{slice_op =>
}/test_avg_pool2d_slice.py (99%)
rename tests/python/contrib/test_hexagon/topi/{slice_op =>
}/test_cast_slice.py (98%)
rename tests/python/contrib/test_hexagon/topi/{slice_op/test_clip_slice.py =>
test_clip.py} (97%)
mode change 100644 => 100755
rename tests/python/contrib/test_hexagon/topi/{slice_op =>
}/test_conv2d_slice.py (99%)
mode change 100644 => 100755
rename tests/python/contrib/test_hexagon/topi/{slice_op =>
}/test_depthwise_conv2d_slice.py (99%)
rename tests/python/contrib/test_hexagon/topi/{slice_op =>
}/test_dequantize_slice.py (99%)
rename tests/python/contrib/test_hexagon/topi/{slice_op =>
}/test_max_pool2d_slice.py (98%)
mode change 100644 => 100755
tests/python/contrib/test_hexagon/topi/test_quantize.py
rename tests/python/contrib/test_hexagon/topi/{slice_op =>
}/test_relu_slice.py (97%)
mode change 100644 => 100755
tests/python/contrib/test_hexagon/topi/test_resize2d.py
rename tests/python/contrib/test_hexagon/topi/{slice_op =>
}/test_softmax_slice.py (98%)
rename tests/python/contrib/test_hexagon/topi/{slice_op =>
}/test_tanh_slice.py (97%)