apivovarov opened a new pull request #7676: URL: https://github.com/apache/tvm/pull/7676
In previous TVM version GraphRuntime `Init` method had 3 parameters. - `graph_json` The execution graph - `module` The module containing the compiled functions - `ctxs` The context of the host and devices Now `Init` method has one additional parameter: - lookup_linked_param_func If given, a PackedFunc invoked to lookup In most of the cases this parameter is set to nullptr. To keep API backward compatibility we can set default value `nullptr` for 4th parameter `lookup_linked_param_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]
