This is an automated email from the ASF dual-hosted git repository.
leandron pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from c6516a534f [TIR] Allow string/buffer arguments to Schedule
cache_read/write (#12661)
add aa6c7123d0 [ETHOSN] Fix tests pylint errors (#12649)
No new revisions were added by this update.
Summary of changes:
tests/lint/pylint.sh | 1 +
tests/python/contrib/test_ethosn/infrastructure.py | 50 ++++++++++++----------
.../python/contrib/test_ethosn/test_concatenate.py | 10 ++++-
.../test_ethosn/test_constant_duplication.py | 10 +++--
tests/python/contrib/test_ethosn/test_conv2d.py | 18 +++++---
.../contrib/test_ethosn/test_depth_to_space.py | 4 ++
.../contrib/test_ethosn/test_fullyconnected.py | 25 ++++++-----
.../python/contrib/test_ethosn/test_leaky_relu.py | 2 +
tests/python/contrib/test_ethosn/test_mean.py | 2 +
tests/python/contrib/test_ethosn/test_multiply.py | 3 ++
tests/python/contrib/test_ethosn/test_networks.py | 13 +++---
.../contrib/test_ethosn/test_partition_params.py | 24 +++++++----
tests/python/contrib/test_ethosn/test_pooling.py | 8 +++-
tests/python/contrib/test_ethosn/test_relu.py | 4 ++
.../python/contrib/test_ethosn/test_requantize.py | 5 +++
tests/python/contrib/test_ethosn/test_resize.py | 4 ++
tests/python/contrib/test_ethosn/test_sigmoid.py | 11 +++--
tests/python/contrib/test_ethosn/test_split.py | 9 +++-
tests/python/contrib/test_ethosn/test_tanh.py | 4 ++
.../python/contrib/test_ethosn/test_topologies.py | 33 ++++++++------
20 files changed, 158 insertions(+), 82 deletions(-)