Maximilianxu commented on PR #10881: URL: https://github.com/apache/tvm/pull/10881#issuecomment-1088686875
I think several modules can contain a function with the same name. Before this, you cannot fetch such functions at all. After this, it may return the unexpected function. But when we compile a model from Relay, each function will get a unique name. It is hard to say if we need to check such cases ourselves or just leave it to the user. -- 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]
