How to save tvm.contrib.graph_executor.GraphModule?

This question is connected with my last question. I want to save tvm.contrib.graph_executor.GraphModule, and try to lower it to a program which can run on hardware simulator.

1 Like

Is there any apis I can use to save tvm.contrib.graph_executor.GraphModule?