You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by lu...@apache.org on 2022/08/16 09:17:23 UTC

[tvm] branch main updated (c477c763c3 -> 09a4ac48ed)

This is an automated email from the ASF dual-hosted git repository.

lukhut pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from c477c763c3 [TIR] Expose Misc TIR operations to python (#12435)
     add 09a4ac48ed [ETHOSN] Add support for Requantize (#12384)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/ethosn.py              | 14 ++++
 src/relay/backend/contrib/ethosn/codegen.cc        | 39 +++++++++++
 src/relay/backend/contrib/ethosn/codegen_ethosn.h  |  1 +
 src/relay/backend/contrib/ethosn/ethosn_api.cc     | 35 ++++++++++
 src/relay/backend/contrib/ethosn/ethosn_api.h      |  8 +++
 .../{test_tanh.py => test_requantize.py}           | 77 +++++++++++-----------
 6 files changed, 136 insertions(+), 38 deletions(-)
 copy tests/python/contrib/test_ethosn/{test_tanh.py => test_requantize.py} (52%)