tqchen commented on code in PR #127:
URL: https://github.com/apache/tvm-ffi/pull/127#discussion_r2432851140
##########
include/tvm/ffi/reflection/registry.h:
##########
@@ -576,6 +654,7 @@ class ObjectDef : public ReflectionDefBase {
int32_t type_index_;
const char* type_key_;
+ static constexpr const char* INIT_METHOD_NAME = "__ffi_init__";
Review Comment:
kInitMethodName
--
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]