junrushao commented on issue #362: URL: https://github.com/apache/tvm-ffi/issues/362#issuecomment-3691708012
[`tvm_ffi.register_object`](https://tvm.apache.org/ffi/reference/python/generated/tvm_ffi.register_object.html) is indeed the go-to option. Both `c_class` and `register_object` share the same C++ API, and `register_object`'s Python API is battle-tested. C++ methods and fields are injected dynamically during runtime. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
