junrushao1994 commented on PR #74:
URL: https://github.com/apache/tvm-rfcs/pull/74#issuecomment-1155853969

   @areusch Thanks for following up!
   
   > what's the motivation for someone to use IRBuilder instead of just 
serializing the TVMScript to JSON via parse/print
   
   JSON is mostly for serializing an IR after it's constructed (which users 
cannot manipulate), and the TVMScript format is for users to construct the IR 
themselves. For example, to implement a ReLU operator, TVMScript users could 
write a python/rust code, while it's pretty infeasible for them to write JSON 
with bare hand.
   


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