YuchenJin commented on a change in pull request #8110:
URL: https://github.com/apache/tvm/pull/8110#discussion_r647661298
##########
File path: python/tvm/driver/build_module.py
##########
@@ -136,7 +98,7 @@ def lower(
Parameters
----------
- input : Union[schedule.Schedule, PrimFunc, IRModule]
+ inputs : Union[schedule.Schedule, PrimFunc, IRModule]
Review comment:
Thanks for the detail! :) It's a pylint warning so you can disable it
using `# pylint: disable=redefined-builtin`. One example is here:
https://github.com/apache/tvm/blob/main/python/tvm/topi/image/dilation2d.py#L27.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]