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

masahi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from e35b7fc  [Relay][Training] Make AutoDiff thread through global 
function. (#6336)
     add 30cd230  [BYOC][ETHOSN] Add support for quantized convolution (#6335)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/ethosn.py              |  26 +++
 src/relay/backend/contrib/ethosn/codegen.cc        |  43 ++++-
 src/relay/backend/contrib/ethosn/codegen_ethosn.h  |   1 +
 src/relay/backend/contrib/ethosn/ethosn_api.cc     | 190 +++++++++++++++++++
 src/relay/backend/contrib/ethosn/ethosn_api.h      |  22 +++
 tests/python/contrib/test_ethosn/infrastructure.py |   2 +
 tests/python/contrib/test_ethosn/test_conv2d.py    | 204 +++++++++++++++++++++
 7 files changed, 486 insertions(+), 2 deletions(-)
 create mode 100644 tests/python/contrib/test_ethosn/test_conv2d.py

Reply via email to