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

   This PR addes:
   
   - Awareness of expression (operator) precedence during Python code printing 
(`(* 1 (+ 2 3))` prints as `1 * (2 + 3)`)
   
   Tracking issue: https://github.com/apache/tvm/issues/11912
   
   This PR is in draft state because it's branched off an open PR 
https://github.com/apache/tvm/pull/12112.
   
   cc @junrushao1994 @gbonik


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