MasterJH5574 opened a new pull request, #14211: URL: https://github.com/apache/tvm/pull/14211
The class ImporterOutput introduced by #14197 turns out introducing inconvenience for use, as it is a wrapper of IRModule and the parameters, and prevents good composability when we want to combine multiple ImporterOutput together. From the perspective of easy use, we would like to return IRModule only. Therefore, as another approach, we can make the imported parameters as one function attribute, and detach the parameters later. This PR implements this and provides the param detachment function. With only IRModule being manipulated, we can easily combine the results from multiple imports. -- 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]
