1. 20 Mar, 2020 1 commit
  2. 18 Mar, 2020 1 commit
  3. 17 Mar, 2020 1 commit
    • [Relay, TF Frontend] Dilation2D operator support (#5033) · 646cfc63
      * update docs for dilation 2d
      
      * dilation2d compute
      
      * dilation2d register
      
      * dilation2d rel compute
      
      * dilation2d strategy
      
      * dilation2d attrs
      
      * dilation2d generic schedule
      
      * dilation2d tf frontend support
      
      * dilation2d tf frontend test case
      
      * dilation2d test cases
      
      * pylint fixes
      
      * add exception for cuda target
      
      * Update docstring
      
      * Update docstring
      
      * change rates to dilations
      
      * removed unused param
      
      * merge master
      
      * Update nn.py
      
      * Update nn.py
      Mahesh Ambule committed
  4. 15 Mar, 2020 1 commit
    • [Relay, TOPI] Refactor Adaptive pool and add 3d support (#5049) · 7c5ff508
      * add stub for nd impl
      
      * refactored indices compute
      
      * refactored divide step
      
      * remove unused variables, add doc
      
      * fix lint
      
      * add relay op def
      
      * add python registration
      
      * refactor topi test
      
      * update relay tests, but test result is weird
      
      * workaround for weird bug
      
      * add relay adaptive pool 3d test
      
      * add topi tests
      
      * update doc for 3d
      
      * typo fix
      
      * fix lint
      
      * add more tests including NDHWC
      masahi committed
  5. 15 Jan, 2020 1 commit
  6. 11 Jan, 2020 1 commit
    • [Relay/Topi][Op] Conv1D (#4639) · 35099e6a
      * added conv1d operators to topi.
      
      * Started to add python testing.
      
      * Added python conv1d implementation for testing.
      
      * Wrote test but need to add cuda schedule :(
      
      * Cuda schedules working for both conv1d layouts.
      
      * All topi tests passing.
      
      * Formatting topi.
      
      * Removed pad_method option as its probably overkill.
      
      * Added relay op definition of conv1d.
      
      * End2end conv1d working with onnx.
      
      * Lint fixes.
      
      * Formatting fixes.
      
      * Rebase fix.
      
      * Switched to array based attributes for consistency across convs.
      
      * Improved onnx parsing and testing for convolutions.
      
      * lint fix
      
      * Tiny tweak.
      
      * Bug fix
      
      * Rebase fix.
      
      * Add group ignore to onnx conv1d frontend.
      
      * Unified MakeConv and fixed documentation.
      
      * improved autopadding
      
      * Addressed feedback and simplified onnx frontend.
      
      * Format fix.
      
      * Basic X86 NCW schedule working.
      
      * Added nwc schedule.
      
      * fixed name
      
      * Added more tests and basic x86 schedules.
      
      * Format fix.
      
      * Added non power of two shape tests.
      Josh Fromm committed
  7. 09 Jan, 2020 1 commit
  8. 06 Jan, 2020 1 commit
    • [CONV] Asymmetric padding (#4511) · 34b98eb7
      * [CONV] Asymmetic padding
      
      * fix lint error
      
      * update for legalize, rocm and cudnn
      
      * add more test cases
      
      * change more symmetric padding
      
      * change conv2d winograd tests according orginal cases
      
      * remove 'alter_op_layout.h' header in bitserial.cc
      optima2005 committed
  9. 01 Jan, 2020 1 commit
  10. 27 Dec, 2019 1 commit
  11. 24 Dec, 2019 1 commit
  12. 18 Dec, 2019 1 commit
  13. 12 Dec, 2019 1 commit
  14. 04 Dec, 2019 1 commit
  15. 28 Oct, 2019 1 commit
  16. 10 Oct, 2019 1 commit
  17. 03 Oct, 2019 1 commit
  18. 20 Sep, 2019 1 commit
  19. 22 Aug, 2019 1 commit
  20. 13 Aug, 2019 1 commit
    • [Relay] SpaceToDepth and MirrorPad Operators (#3718) · 8bd9d4d5
      * Added relay and topi mirror_pad operator.
      
      * Added mirror_padding to tensorflow frontend.
      
      * Added mirrorpad testing in tensorflow frontent.
      
      * Added space_to_depth in tf frontend.
      
      * Added tests for spacetodepth.
      
      * spacetodepth bug fix.
      
      * Lint fix
      
      * Added mirror pad python attrs.
      
      * Pad code formatting.
      
      * Syntax improvement
      
      * Hopefully last lint fix
      Josh Fromm committed
  21. 07 Aug, 2019 1 commit
  22. 06 Aug, 2019 1 commit
  23. 23 Jul, 2019 1 commit
  24. 19 Jun, 2019 1 commit
  25. 09 May, 2019 1 commit
    • [Relay][Op] Adaptive pooling (#3085) · 147ea3b0
      * Add topi adaptive_pool
      
      * Use adaptive_pool to compute global_pool
      
      * Add relay adaptive pool2d
      
      * Fix lint
      
      * Fix typo
      
      * Minor change
      
      * Change support level to 10
      
      * Add contrib
      
      * Remove global pool schedule
      
      * Add contrib module
      
      * Fix lint
      
      * Update doc
      
      * Update doc
      Yao Wang committed
  26. 26 Apr, 2019 1 commit
  27. 08 Apr, 2019 1 commit
    • [HEADER] Add Header to Comply with ASF Release Policy (#2982) · cffb4fba
      * [HEADER] ASF header dir=include
      
      * [HEADER] ASF Header dir=src
      
      * [HEADER] ASF Header -dir=python
      
      * [HEADER] ASF header dir=topi
      
      * [HEADER] ASF Header dir=nnvm
      
      * [HEADER] ASF Header -dir=tutorials
      
      * [HEADER] ASF Header dir=tests
      
      * [HEADER] ASF Header -dir=docker
      
      * fix whitespace
      
      * [HEADER] ASF Header -dir=jvm
      
      * [HEADER] ASF Header -dir=web
      
      * [HEADER] ASF Header --dir=apps
      
      * [HEADER] ASF Header --dir=vta
      
      * [HEADER] ASF Header -dir=go
      
      * temp
      
      * [HEADER] ASF Header --dir=rust
      
      * [HEADER] Add ASF Header --dir=cmake
      
      * [HEADER] ASF Header --dir=docs
      
      * [HEADER] Header for Jenkinsfile
      
      * [HEADER] ASF Header to toml and md
      
      * [HEADER] ASF Header to gradle
      
      * Finalize rat cleanup
      
      * Fix permission
      
      * Fix java test
      
      * temporary remove nnvm onnx test
      Tianqi Chen committed
  28. 29 Mar, 2019 1 commit
  29. 26 Mar, 2019 1 commit
  30. 07 Jan, 2019 1 commit
  31. 30 Nov, 2018 1 commit
    • [Relay] Alter Op Layout (#2150) · 2a5656bf
      * [RELAY] Finish alter op pass
      
      * [RELAY] AlterOpLayout Pass
      
      * fix broadcast operators
      
      * fix broadcast operators
      
      * fix broadcast operators
      
      * Support concatenate
      
      * address comments
      
      * address comments
      
      * add comments
      
      * rebase
      Lianmin Zheng committed
  32. 25 Nov, 2018 1 commit
  33. 19 Nov, 2018 1 commit
  34. 29 Oct, 2018 1 commit
  35. 25 Oct, 2018 1 commit
  36. 24 Oct, 2018 1 commit
  37. 20 Oct, 2018 1 commit
  38. 18 Oct, 2018 1 commit
  39. 17 Oct, 2018 1 commit
  40. 16 Oct, 2018 1 commit