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 9f360a0403 [ETHOSN] Only use mock inference when whole graph is
offloaded (#12296)
add 3731a8ca45 [ETHOSN] Get buffer sizes from the compiled network (#12160)
No new revisions were added by this update.
Summary of changes:
src/relay/backend/contrib/ethosn/codegen.cc | 17 ++++
src/relay/backend/contrib/ethosn/codegen_ethosn.h | 13 +++
src/runtime/contrib/ethosn/ethosn_device.cc | 38 +++++----
src/runtime/contrib/ethosn/ethosn_device.h | 8 +-
src/runtime/contrib/ethosn/ethosn_runtime.cc | 14 +++-
src/runtime/contrib/ethosn/ethosn_runtime.h | 4 +
.../contrib/test_ethosn/test_fullyconnected.py | 95 ++++++++++++----------
tests/python/contrib/test_ethosn/test_networks.py | 20 ++---
8 files changed, 131 insertions(+), 78 deletions(-)