Name |
Last commit
|
Last update |
---|---|---|
.. | ||
annotate.cc | ||
calibrate.cc | ||
partition.cc | ||
quantize.cc | ||
quantize.h | ||
realize.cc |
* [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 |
---|---|---|
.. | ||
annotate.cc | Loading commit data... | |
calibrate.cc | Loading commit data... | |
partition.cc | Loading commit data... | |
quantize.cc | Loading commit data... | |
quantize.h | Loading commit data... | |
realize.cc | Loading commit data... |