Lunderberg opened a new pull request, #13218:
URL: https://github.com/apache/tvm/pull/13218

   This parameter is nullable for cases where the else block isn't present.  
Previously, it was represented as a `Stmt` holding `nullptr`, because 
`IfThenElse` (https://github.com/apache/tvm/pull/3533) predates the `Optional` 
utility (https://github.com/apache/tvm/pull/5314).  This commit updates to use 
`Optional<Stmt>` instead, and updates all usages of `else_case`.


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