junrushao1994 commented on pull request #7987:
URL: https://github.com/apache/tvm/pull/7987#issuecomment-833997537


   @tqchen The problem of creating an IRModule instead is that we might want to 
an IRModule that contains multiple PrimFuncs, e.g.:
   
   ```python
   mod = IRModule({
     "func_1": create_prim_func(...),
     "func_2": create_prim_func(...),
   })
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to