Hi @masahi, that is correct. I am using [TVM's native json serialization API](https://github.com/neo-ai/tvm/blob/dev/include/tvm/node/serialization.h#L39-L48) to serialize the relay subgraphs during codegen and deserialize it in the runtime for my TRT integration.
I am curiously what binary format you are using to serialize relay subgraphs? I have found that TVM's JSON serialization is not as stable as I would have liked since any change in the TVM codebase to VisitAttrs will change the format. --- [Visit Topic](https://discuss.tvm.ai/t/external-codegen-constant-tensors-in-c-codegen/5890/22) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/a534c3ff2c24ca423cde91b9b06078dd8d3d2f9f6a8b5e6241696a2656a6899c).