[NODE][REFACTOR] Refactor reflection system in node. (#4189)
* [NODE][REFACTOR] Refactor reflection system in node. - Removed the old Node, Node is now just an alias of runtime::Object - Introduce ReflectionVTable, a new columnar dispatcher to support reflection - This allows us to remove vtable from most node objects - The VisitAttrs are registered via TVM_RESGITER_NODE_TYPE, they are no longer virtual. - Consolidated serialization and reflection features into node. * Explicit type qualification when calling destructor. * Fix SPIRV, more comments
Showing
include/tvm/node/reflection.h
0 → 100644
include/tvm/node/serialization.h
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment