How can I static link C++ application with multiple TVM compiled models

I believe you can mimic the call to register your own module with packed function to initialize. You’ll have to modify the runtime to identify which module your function belongs to though.

For the function registry, you will find this discussion useful: #7098

1 Like