electriclilies opened a new pull request #9569:
URL: https://github.com/apache/tvm/pull/9569


   In this PR, I implement the WithFields method for Call, Function, Var, 
TupleGetItem, If, Let, RefCreate, RefRead, RefWrite, Match and Clause. It is a 
continuation of work in #9533, where I implement WithFields for Tuples.  
   Additionally, I remove the explicit COW logic from the visitors in 
expr_functor.cc for these classes. In future work, I'll use these methods to 
replace most explicit reconstructions of these classes in visitors.
   @mbs-octoml @mikepapadim PTAL! I would especially appreciate typo checks in 
the documentation, I did a lot of copy-pasting and probably missed some things 
there.
   cc @tqchen in case you are interested -- I've kept the API consistent with 
what we discussed for WithFields for tuples


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