Hi,
I just have a quick question: I am using the GraphExecutor to build a model with TVM, and generating C code. When I use the AOTExecutor and I set link-params = True, I can see the parameters in the generated C files, and they are being compiled together with the code. When I set link-params = True in the GraphExecutor, I dont see the parameters in the generated C code.
This is for a host-driven project, where the parameters are just to large to send them every time from the host. I need them to be statically linked.
Thanks!