module.h
9.87 KB
-
[REFACTOR][IR] Allow Module to store BaseFunc. (#4678) · 3d52a99c
Under the unified IR. We will allow a single IRModule to store different function variants, such as relay::Function, ExternFunc, and low-level function. This PR changes relay::Function -> BaseFunc in the module file to support multiple function variants.
Tianqi Chen committed