cbalint13 commented on code in PR #18551:
URL: https://github.com/apache/tvm/pull/18551#discussion_r2595634715


##########
python/tvm/relax/frontend/nn/core.py:
##########
@@ -540,6 +540,56 @@ def _compile(spec, device, pipeline, debug):
         raise ValueError(f"Unknown out_format: {out_format}")
 
 
+class ModuleDict(Module):
+    """Holds submodules in a dict."""

Review Comment:
   @mshr-h 
   
   *nit*
   Just a tiny little bit more words here about what "submodules" are. 
   Noticed that all classes here have a bit more explanative comment on them.
   



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to