AndrewZhaoLuo commented on a change in pull request #9750:
URL: https://github.com/apache/tvm/pull/9750#discussion_r770143048



##########
File path: python/tvm/auto_scheduler/relay_integration.py
##########
@@ -48,7 +49,7 @@
 logger = logging.getLogger("auto_scheduler")
 
 
-def call_all_topi_funcs(mod, params, target, opt_level=3):
+def call_all_topi_funcs(mod, params, target, errors: List, opt_level=3):

Review comment:
       Fair enough, I've removed type annotations inline but I've made it 
obvious what type errors is hopefully.




-- 
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]


Reply via email to