tqchen commented on PR #15140:
URL: https://github.com/apache/tvm/pull/15140#issuecomment-1603283315

   sorry i am not talking about changing the AST. I only mean the interface
   
   ```
   @R.function
   def public_func():
       pass
       
       
   @R.function(private=True):
   def private_func():
       pass
   ```
   
   And make it happen also for tir


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