comaniac commented on a change in pull request #8467:
URL: https://github.com/apache/tvm/pull/8467#discussion_r669877468
##########
File path: python/tvm/tir/schedule/schedule.py
##########
@@ -43,7 +43,7 @@ class BlockRV(Object):
"""A random variable that refers to a block"""
-ExprRV = PrimExpr # A random variable that evaluates to an integer
+ExprRV = Union[PrimExpr] # A random variable that evaluates to an integer
Review comment:
Hmm I see. Then we can add this issue's link to the comment.
--
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]