Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Runtime] Expose ModuleGetFunction as PackedFunc (#15623)
This PR exposes `Module.GetFunction` as a global PackedFunc. Previously, the only way to access this method is via TVM's C API, but the C++ PackedFunc API is missing. This PR patches this issue.
- Loading branch information