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 ee26ecf1d5 [microNPU] Add transform matrices and part matcher to 
identity op (#11453)
     add 62e449cb85 [microTVM][ARM]Add tests for arm schedules (#11472)

No new revisions were added by this update.

Summary of changes:
 .../python/relay/strategy/arm_cpu/test_avg_pool.py | 168 +++++++++++++++++++++
 .../{test_conv2d_nchw.py => test_conv1d_ncw.py}    |  55 ++++---
 .../{test_conv2d_nchw.py => test_conv1d_nwc.py}    |  81 +++++++---
 .../relay/strategy/arm_cpu/test_conv2d_NCHWc.py    | 138 +++++++++++++++++
 .../{test_conv2d_nchw.py => test_dense_dsp.py}     |  64 +++-----
 ...nv2d_nchw.py => test_depthwise_conv2d_NCHWc.py} |  69 +++++----
 .../python/relay/strategy/arm_cpu/test_max_pool.py | 135 +++++++++++++++++
 7 files changed, 592 insertions(+), 118 deletions(-)
 create mode 100644 tests/python/relay/strategy/arm_cpu/test_avg_pool.py
 copy tests/python/relay/strategy/arm_cpu/{test_conv2d_nchw.py => 
test_conv1d_ncw.py} (69%)
 copy tests/python/relay/strategy/arm_cpu/{test_conv2d_nchw.py => 
test_conv1d_nwc.py} (54%)
 create mode 100644 tests/python/relay/strategy/arm_cpu/test_conv2d_NCHWc.py
 copy tests/python/relay/strategy/arm_cpu/{test_conv2d_nchw.py => 
test_dense_dsp.py} (60%)
 copy tests/python/relay/strategy/arm_cpu/{test_conv2d_nchw.py => 
test_depthwise_conv2d_NCHWc.py} (61%)
 create mode 100644 tests/python/relay/strategy/arm_cpu/test_max_pool.py

Reply via email to