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

   This PR implements serialization and deserialization of such runtime module 
by registering `.set_creator` and `.set_repr_bytes`. 
   If runtime module is binary serializable (see 
https://github.com/apache/tvm/pull/14406), its roundtrip is possible. 
   When the runtime module is not binary serializable, such as csource_module, 
it will raise an error. 
   
   cc. @tqchen 


-- 
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