1. 09 Jan, 2020 1 commit
  2. 04 Jan, 2020 1 commit
  3. 03 Jan, 2020 1 commit
    • [TOPI, Relay] Add half_pixel option to Resize op (#4610) · e8a2c9b3
      * add onnx resize converter
      
      * update frontends
      
      * updating topi
      
      * adding onnx resize tests
      
      * fixed NHWC test by casting size dtype to int32
      
      * fix tests
      
      * fix lint
      
      * update existing test cases
      
      * fix tensorflow frontend
      
      * fix lint
      
      * remove NHWC stuff
      
      * update topi resize test for half_pixel
      
      * update doc
      
      * fix doc
      
      * remove onnx resize bits
      masahi committed
  4. 01 Jan, 2020 1 commit
  5. 27 Dec, 2019 1 commit
  6. 26 Dec, 2019 1 commit
  7. 24 Dec, 2019 1 commit
  8. 23 Dec, 2019 1 commit
  9. 18 Dec, 2019 1 commit
  10. 13 Dec, 2019 1 commit
    • Fix bias_add gradient (#4516) · f10944c9
      * Fix bias_add gradient
      
      A change caused collapse_sum_like to reject implicit dimension
      broadcasting for bias_add gradient, so switch to explicit sum reduction
      on the non-bias axis dimensions.
      
      * Lint fix
      SWu committed
  11. 05 Dec, 2019 1 commit
  12. 04 Dec, 2019 1 commit
  13. 03 Dec, 2019 1 commit
  14. 02 Dec, 2019 1 commit
  15. 27 Nov, 2019 1 commit
  16. 26 Nov, 2019 1 commit
  17. 23 Nov, 2019 1 commit
  18. 19 Nov, 2019 1 commit
  19. 18 Nov, 2019 1 commit
  20. 16 Nov, 2019 1 commit
  21. 11 Nov, 2019 1 commit
    • Add More Shape Functions (#4179) · 62521453
      * Add shape functions
      
      * Fix get_const_tuple
      
      * Fix cpplint
      
      * Fix pylint
      
      * Fix pylint
      
      * rebase and fix
      
      * Check Any for infer type
      
      * Fix expand_dim shape func for zero rank input
      
      * Fix pooling infer type
      
      * Address comment
      
      * Register layout transform attr
      Yao Wang committed
  22. 01 Nov, 2019 1 commit
  23. 30 Oct, 2019 1 commit
  24. 28 Oct, 2019 1 commit
  25. 27 Oct, 2019 1 commit
  26. 25 Oct, 2019 1 commit
  27. 24 Oct, 2019 1 commit
  28. 18 Oct, 2019 1 commit
  29. 16 Oct, 2019 1 commit
  30. 10 Oct, 2019 1 commit
  31. 07 Oct, 2019 1 commit
  32. 05 Oct, 2019 1 commit
  33. 03 Oct, 2019 1 commit
  34. 01 Oct, 2019 1 commit
    • [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
  35. 27 Sep, 2019 1 commit
  36. 20 Sep, 2019 1 commit
  37. 13 Sep, 2019 1 commit
  38. 09 Sep, 2019 2 commits
  39. 08 Sep, 2019 1 commit