alanmacd commented on code in PR #11365:
URL: https://github.com/apache/tvm/pull/11365#discussion_r876465917
##########
src/runtime/crt/aot_executor_module/aot_executor_module.c:
##########
@@ -176,7 +176,7 @@ static const TVMBackendPackedCFunc
aot_executor_registry_funcs[] = {
};
static const TVMFuncRegistry aot_executor_registry = {
- "\x0aget_input\0"
+ "\x0a\0get_input\0"
Review Comment:
@A1245967 @areusch There's also `python/tvm/micro/func_registry.py` which
seems to need updating too, although it is unclear if this function
graph_json_to_c_func_registry() is used anywhere.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]