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

   Implement proper parsing and evaluation of chained comparison operators 
(e.g., `0 < i < 128`) in TVMScript. The sequence comparisons are now correctly 
expanded to their logical equivalents (e.g., `(0 < i and i < 128)`).
   
   cc @LeiWang1999 


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