This is an automated email from the ASF dual-hosted git repository.
manupa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 9282367 [microNPU] Add support for pack and unpack (#9960)
add 86e1e56 [microNPU] Refactor type inference data type checks (#10060)
No new revisions were added by this update.
Summary of changes:
src/relay/op/contrib/ethosu/binary_elementwise.cc | 102 ++++------------------
src/relay/op/contrib/ethosu/common.cc | 81 +++++++++++++++++
src/relay/op/contrib/ethosu/common.h | 46 ++++++++++
src/relay/op/contrib/ethosu/convolution.cc | 35 ++------
src/relay/op/contrib/ethosu/depthwise.cc | 50 ++---------
src/relay/op/contrib/ethosu/identity.cc | 10 +--
src/relay/op/contrib/ethosu/pooling.cc | 27 ++----
src/relay/op/contrib/ethosu/unary_elementwise.cc | 28 +++---
8 files changed, 181 insertions(+), 198 deletions(-)