1. 25 Apr, 2019 1 commit
  2. 24 Apr, 2019 1 commit
  3. 23 Apr, 2019 1 commit
  4. 22 Apr, 2019 2 commits
  5. 21 Apr, 2019 1 commit
  6. 20 Apr, 2019 2 commits
  7. 19 Apr, 2019 3 commits
  8. 18 Apr, 2019 2 commits
  9. 17 Apr, 2019 5 commits
  10. 16 Apr, 2019 7 commits
  11. 15 Apr, 2019 3 commits
  12. 13 Apr, 2019 4 commits
  13. 12 Apr, 2019 5 commits
  14. 11 Apr, 2019 1 commit
  15. 10 Apr, 2019 2 commits
    • [REFACTOR] Use more TypedPackedFuncs (#2981) · 51785062
      * Add `set_body_simple` to Registry, refactor a lot of code to use it
      
      * Add more types to Relay PackedFuncs
      
      * Add Registry::set_body_method to easily make Node methods into
      PackedFuncs
      
      * Add set_body_method, set_body_node_method; start typing api_lang
      
      * Add some docs, remove unused script
      
      * Fix mysterious linter problem
      
      * Touch up api_ir.cc
      
      * Fix some issues with TOPI argument counts
      
      * Revert changes to topi.cc to avoid problems with optional arguments
      
      * A little more cleanup
      
      * Type more of the api _ functions
      
      * Whitespace
      
      * Finalize names and docs for new registry helpers
      
      * Update docs
      James Gilles committed