Name |
Last commit
|
Last update |
---|---|---|
.. | ||
container.h | ||
ir_functor.h | ||
node.h | ||
reflection.h | ||
serialization.h |
* [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
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
container.h | Loading commit data... | |
ir_functor.h | Loading commit data... | |
node.h | Loading commit data... | |
reflection.h | Loading commit data... | |
serialization.h | Loading commit data... |