1. 10 Oct, 2019 3 commits
  2. 09 Oct, 2019 2 commits
  3. 08 Oct, 2019 2 commits
  4. 02 Oct, 2019 1 commit
  5. 01 Oct, 2019 2 commits
    • [TOPI]Add op argwhere (#3994) · fa4d3ec6
      * Add op argwhere
      
      * Move shape func to _algorithm.py
      
      * Add lint rule
      
      * Raise exception if rank is not supportted
      
      * move argwhere to transform
      
      * Add argwhere example
      
      * Fix lint
      
      * Add 1-d support
      
      * cleanup
      
      * Add more dtype support
      
      * CR comment
      
      * Improve error message
      
      * Docs
      
      * raise exception
      Wei Chen committed
    • [topi] add ARM v8.2 udot (uint8) support (#3978) · 5cc17649
      * [topi] add ARM v8.2 udot (uint8) support
      
      * fix test case
      
      * fix common conv2d schedule
      
      * add back fp32_time in test
      
      * fix lint
      
      * fix doc, add support for int32_lanes=4, signed int
      
      * fix lint
      
      * add ic_bn % 4 checker in schedule
      Yizhi Liu committed
  6. 30 Sep, 2019 1 commit
  7. 28 Sep, 2019 1 commit
  8. 27 Sep, 2019 1 commit
  9. 26 Sep, 2019 1 commit
    • [TOPI][x86] Introduce schedule_injective_from_existing and unify external… · b330d301
      [TOPI][x86] Introduce schedule_injective_from_existing and unify external schedules for all targets (#3983)
      
      * Fix extern schedule for x86
      
      * Register x86::schedule_extern
      
      * Fix
      
      * Fix
      
      * Replace extern.py with extern.h
      
      * Introduce new generic function schedule_injective_from_existing
      
      * Fix
      
      * Fix
      
      * Add back to C++
      
      * Fix style
      
      * Injective schedule calls local schedule_injective_from_existing
      
      * Fix
      
      * Remove target arg from schedule_injective_from_existing
      
      * Fix docs
      
      * Try to fix unit test
      
      * Fix test
      
      * Fix other tests
      
      * Fix bug
      Jon Soifer committed
  10. 25 Sep, 2019 5 commits
  11. 22 Sep, 2019 1 commit
  12. 20 Sep, 2019 1 commit
  13. 19 Sep, 2019 2 commits
  14. 16 Sep, 2019 3 commits
  15. 15 Sep, 2019 2 commits
  16. 13 Sep, 2019 2 commits
  17. 12 Sep, 2019 1 commit
  18. 11 Sep, 2019 1 commit
  19. 09 Sep, 2019 2 commits
  20. 08 Sep, 2019 1 commit
  21. 07 Sep, 2019 1 commit
  22. 01 Sep, 2019 2 commits
    • [Relay][Any] Add shape func for dynamic shape (#3606) · eef35a57
      * init shape func in interpreter and vm compiler
      
      * Update interpreter
      
      * fix
      
      * lint
      
      * lint
      
      * fix
      
      * remove hack
      
      * update
      
      * fix
      
      * fix
      
      * update
      
      * address comments & update for shape_of
      
      * fix lint
      
      * update
      
      * fix hybrid
      
      * lint
      
      * fix bug & add take shape func
      
      * lint
      
      * lint
      
      * update
      
      * fix flaky test
      
      * add todo
      Haichen Shen committed
    • [Relay] Bitserial ops (#3844) · d08c74ca
      * Added arm_cpu NHWC schedules.
      
      * Fixed kernel shape legalization.
      
      * Added bitserial ops to relay.
      
      * Snapshot and more missing files.
      
      * Added dense testing.
      
      * Added tests
      
      * Added ASF header to new files.
      
      * cc lint
      
      * Pylint change.
      
      * pylint fixes.
      
      * Change arm legalize test.
      
      * Added assert check to arm legalize.
      
      * Added better documentation, fixed some bad style
      
      * Reverted arm conv2d nhwc changes.
      Josh Fromm committed
  23. 23 Aug, 2019 1 commit
  24. 22 Aug, 2019 1 commit
    • [TOPI][Relay][TensorFlow] Add OneHot operator (#3781) · 554df211
      * Add one-hot to Relay
      
      * topi implementation
      
      * Working
      
      * add topi test
      
      * Add TF test
      
      * Fix check
      
      * fix linting issues
      
      * fix documentation
      
      * Fix documentation
      
      * Add support for on_value, off_value, axis, dtype
      
      * Add full support for axis
      
      * Fix compute and update test_forward
      
      * Move on_value and off_value to inputs
      
      * Add topi test
      
      * Update tests
      
      * Update docs
      
      * Fix style
      
      * re-enable tests
      
      * Add one_hot to mxnet converter
      Jon Soifer committed