Mousius commented on a change in pull request #8650:
URL: https://github.com/apache/tvm/pull/8650#discussion_r686103469
##########
File path: tests/python/relay/aot/aot_test_utils.py
##########
@@ -303,40 +328,34 @@ def emit_main_micro_include(main_file, mod_name):
main_file.write(f"#include <{mangle_module_name(mod_name)}.h>\n")
-def create_main(test_name, input_map, output_list_map, output_path,
interface_api, workspace_bytes):
+def create_main(test_name, networks, output_path, interface_api,
workspace_bytes):
Review comment:
Sorted :+1:
--
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]