tqchen opened a new pull request, #18188:
URL: https://github.com/apache/tvm/pull/18188

   This PR migrates the Save/Load JSON to the new reflection based mechanism.
   
   This is a breaking change that updates the the JSON format to 
ffi/extra/serialization to handle the serialization, see the json graph schema 
comment in ffi/extra/serialization.h for the format, which roughly aligns with 
the old style.
   
   After this change, we no longer need node/reflection and reflection vtable. 
We can also phase out TVM_REGISTER_NODE and TVM_REGISTER_OBJECT to have a 
single place that defines the reflection.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to