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
from f528a9a1cd [Frontend][TFLite] Improve support for half_pixel_centers
in resize (#11521)
add 81b42e6746 Making CMSIS-NN tests pylint compliant (#11625)
No new revisions were added by this update.
Summary of changes:
tests/lint/pylint.sh | 2 +
.../python/contrib/test_cmsisnn}/__init__.py | 2 +-
.../python/contrib/test_cmsisnn/test_binary_ops.py | 22 ++-
tests/python/contrib/test_cmsisnn/test_conv2d.py | 25 ++-
.../contrib/test_cmsisnn/test_extract_constants.py | 217 +++++++++++----------
.../contrib/test_cmsisnn/test_fully_connected.py | 28 ++-
.../test_cmsisnn/test_generate_constants.py | 19 +-
.../contrib/test_cmsisnn/test_invalid_graphs.py | 14 +-
tests/python/contrib/test_cmsisnn/test_networks.py | 22 ++-
tests/python/contrib/test_cmsisnn/test_pooling.py | 17 +-
.../test_cmsisnn/test_scalar_to_tensor_constant.py | 201 +++++++++----------
tests/python/contrib/test_cmsisnn/test_softmax.py | 11 +-
tests/python/contrib/test_cmsisnn/utils.py | 7 +-
13 files changed, 310 insertions(+), 277 deletions(-)
copy {python/tvm/_ffi/_ctypes =>
tests/python/contrib/test_cmsisnn}/__init__.py (94%)