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 c5465d8037 [hexagon][testing] add max_pool2d benchmark (#11720)
     add 648154d808 [MLF] Add support for multiple modules in Model Library 
Format (#11464)
     add 8a94b6699a [Runtime][PipelineExecutor] Added Interface to Track Number 
of Global Inputs (#11315)

No new revisions were added by this update.

Summary of changes:
 .../template_project/microtvm_api_server.py        |  17 +-
 python/tvm/contrib/pipeline_executor.py            |  11 +
 python/tvm/driver/tvmc/model.py                    |  17 +-
 python/tvm/micro/contrib/stm32/emitter.py          |  12 +-
 python/tvm/micro/model_library_format.py           | 297 +++++++++++++--------
 python/tvm/micro/testing/utils.py                  |  31 ++-
 src/runtime/pipeline/pipeline_executor.cc          |   8 +-
 src/runtime/pipeline/pipeline_executor.h           |   1 +
 src/runtime/pipeline/pipeline_struct.h             |   3 +
 tests/micro/zephyr/test_zephyr.py                  |   1 -
 tests/python/relay/aot/test_crt_aot.py             |  36 +--
 .../python/relay/strategy/arm_cpu/test_avg_pool.py |   4 +-
 .../relay/strategy/arm_cpu/test_conv1d_ncw.py      |   4 +-
 .../relay/strategy/arm_cpu/test_conv1d_nwc.py      |   4 +-
 .../relay/strategy/arm_cpu/test_conv2d_NCHWc.py    |   4 +-
 .../relay/strategy/arm_cpu/test_dense_dsp.py       |   4 +-
 .../strategy/arm_cpu/test_depthwise_conv2d.py      |   2 -
 .../arm_cpu/test_depthwise_conv2d_NCHWc.py         |   4 +-
 .../relay/strategy/arm_cpu/test_group_conv2d.py    |   2 -
 .../python/relay/strategy/arm_cpu/test_max_pool.py |   5 +-
 tests/python/relay/test_pipeline_executor.py       |   2 +
 .../unittest/test_micro_model_library_format.py    | 266 ++++++++++++++----
 22 files changed, 505 insertions(+), 230 deletions(-)

Reply via email to