How to serialize a Relay module?

Is it possbile to serialize a Relay module (tvm.module.IRModule)?

If not, is there any plan to support this?

Thanks

All of TVM’s IR nodes (this of course include IRModule) are serializable.

1 Like