tqchen commented on PR #18188: URL: https://github.com/apache/tvm/pull/18188#issuecomment-3155515542
Notes for migration - For IR that are saved in json, the easiest way is to dump out tvmscript and parse back - node/reflection.h is no longer needed - Remove TVM_REGISTER_NODE_TYPE and TVM_OBJECT_TYPE as they are no longer needed - For very rare cases that needs special handling of save/load from json, need to overload attributes `__data_from_json__` and `__data_to_json__`. -- 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]
