junrushao commented on code in PR #15487:
URL: https://github.com/apache/tvm/pull/15487#discussion_r1296712536


##########
python/tvm/relax/frontend/nn/spec.py:
##########
@@ -268,10 +306,24 @@ def _effects() -> List[Tuple[str, core.Effect]]:
                 result.append((name, effect))
             return result
 
+        def _extern_modules() -> List[Tuple[str, List[str]]]:
+            mod2func = {}

Review Comment:
   what's the type of this dict? i suppose (according to my read) it's 
`Dict[str, Set[str]]`?
   



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