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 3248793dd8 Add Conv3D bindings (#11381)
add 07d91fa041 Fix function number datatype from char to uint16_t (#11365)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/crt/func_registry.h | 27 +++++++-
python/tvm/micro/func_registry.py | 79 ----------------------
.../crt/aot_executor_module/aot_executor_module.c | 2 +-
src/runtime/crt/common/func_registry.c | 39 ++++++++---
.../graph_executor_module/graph_executor_module.c | 2 +-
src/target/func_registry_generator.cc | 8 ++-
tests/crt/func_registry_test.cc | 7 +-
7 files changed, 68 insertions(+), 96 deletions(-)
delete mode 100644 python/tvm/micro/func_registry.py