junrushao commented on PR #14318:
URL: https://github.com/apache/tvm/pull/14318#issuecomment-1472377417

   @cyx-6 introduced a behavior in the printer where foldable expressions (e.g 
`1  + 2`) are instead printed as it's complex form (e.g. `T.Add(1, 2)`). 
Therefore the dispatch was removed accordingly. Do you think it's a reasonable 
move?


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