1. 02 Nov, 2019 1 commit
  2. 01 Nov, 2019 7 commits
  3. 31 Oct, 2019 6 commits
  4. 30 Oct, 2019 9 commits
  5. 29 Oct, 2019 3 commits
  6. 28 Oct, 2019 4 commits
  7. 27 Oct, 2019 5 commits
  8. 25 Oct, 2019 3 commits
  9. 24 Oct, 2019 2 commits
    • hotfix the ci (#4199) · decccd6c
      Tianqi Chen committed
    • [NODE][REFACTOR] Refactor reflection system in node. (#4189) · 78ca6fc8
      * [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
      Tianqi Chen committed