1. 22 Sep, 2019 1 commit
  2. 20 Sep, 2019 1 commit
  3. 19 Sep, 2019 1 commit
  4. 16 Sep, 2019 1 commit
  5. 09 Sep, 2019 1 commit
  6. 08 Sep, 2019 1 commit
  7. 01 Sep, 2019 1 commit
  8. 22 Aug, 2019 2 commits
  9. 06 Aug, 2019 1 commit
  10. 01 Aug, 2019 1 commit
  11. 31 Jul, 2019 1 commit
  12. 30 Jul, 2019 1 commit
  13. 28 Jul, 2019 1 commit
  14. 26 Jul, 2019 1 commit
  15. 25 Jul, 2019 1 commit
  16. 24 Jul, 2019 1 commit
  17. 23 Jul, 2019 3 commits
  18. 19 Jul, 2019 1 commit
  19. 03 Jul, 2019 1 commit
  20. 28 Jun, 2019 1 commit
    • [RELAY] [OP] [MXNet Frontend] Add sequence_mask (#3437) · 8ef22176
      * Add sequence_mask
      
      use exactly the same arguments as mxnet
      
      fix
      
      * fix lint
      
      * fix lint
      
      * add mxnet conversion + relay
      
      * update
      
      * update doc
      
      * fix pylint
      
      * fix doc
      
      * address comment
      
      * try to address comments
      
      * try to enable shape check for valid_length
      
      * fix
      
      * try to fix
      
      * fix bug
      
      * try to fix
      
      * address comment
      
      * address comment
      Xingjian Shi committed
  21. 14 Jun, 2019 1 commit
  22. 11 Jun, 2019 1 commit
  23. 10 Jun, 2019 1 commit
  24. 09 Jun, 2019 1 commit
  25. 06 Jun, 2019 2 commits
  26. 05 Jun, 2019 1 commit
  27. 04 Jun, 2019 1 commit
  28. 28 May, 2019 1 commit
  29. 22 May, 2019 1 commit
    • Add packing for int8 1x1 convolution and support the int8 group convolution on X86 (#2991) · f7d7fdcd
      * Support the 1x1 int8 conv with NHWC layout and weight packing
      
      fix linter
      
      * fix the memoize issue
      
      * fix the failed nhwc test
      
      * add the schedule for pack to unbreak other tests
      
      * skip avx512 compile
      
      * Support the 1x1 int8 conv with NHWC layout and weight packing
      
      fix linter
      
      * fix the memoize issue
      
      * fix the failed nhwc test
      
      * add the schedule for pack to unbreak other tests
      
      * skip avx512 compile
      
      * Unify the data_layout and kernel_layout relation
      
      * add asf header
      
      * fix the comment
      
      * retrigger the build/test
      llyfacebook committed
  30. 20 May, 2019 2 commits
  31. 17 May, 2019 1 commit
  32. 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
  33. 08 May, 2019 1 commit
  34. 29 Apr, 2019 1 commit
    • [Relay][TOPI] Gluncv SSD support on the GPU (#2784) · a706ad16
      * ssd gluoncv gpu op updated
      
      * ssd gluoncv gpu op updated
      
      * tutorials and testes modified
      
      * tutorials and testes modified
      
      * fix lint
      
      * fix lint
      
      * address comment
      
      * multibox bug fixed
      
      * space line added
      
      * use less threads per block
      
      * use less threads per block
      
      * less threads per block for get valid count
      
      * less threads per block for get valid count
      
      * merge with master
      
      * Revert "less threads per block for get valid count"
      
      This reverts commit 08896cfccc34b0b2a1646d01d01ea4cad73941c4.
      
      * Revert "less threads per block for get valid count"
      
      This reverts commit 08896cfccc34b0b2a1646d01d01ea4cad73941c4.
      
      * typo fixed
      
      * elem length made to a variable
      
      * fix lint error
      
      * fix lint error
      
      * lint fixed
      
      * bug fixed
      
      * bug fixed
      
      * lint fixed
      
      * error fixed
      
      * error fixed
      
      * test ci
      
      * test ci
      
      * seperate argsort to be an independent op
      
      * seperate argsort to be an independent op
      
      * fix lint
      
      * fix lint
      
      * remove unsupported models
      
      * typo fixed
      
      * argsort added to realy
      
      * solve conflicts with master
      
      * fix lint
      
      * fix lint
      
      * test push
      
      * Revert "test push"
      
      This reverts commit 6db00883fab6cc06bddf564c926bb27c874397d8.
      
      * fix lint error
      
      * fix more lint
      
      * cpu test_sort udpated
      
      * debug ci
      
      * nms fixed
      
      * expose argsort to relay frontend
      
      * test ci
      
      * fix lint
      
      * sort register error fixed
      
      * fix nnvm
      
      * nms type fixed
      
      * adaptive pooling added to relay
      
      * Revert "adaptive pooling added to relay"
      
      This reverts commit 1119f1f2c055753e0cc5611627597749134c5c8c.
      
      * fix lint
      
      * expose argsort op
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * sort test updated
      
      * sort bug fixed
      
      * nnvm error fixed
      
      * fix argsort default data type returned to be float insteaf of int
      
      * fix lint
      
      * fix lint
      
      * test fixed
      
      * fix valid count
      
      * fix titanx bug
      
      * tutorial add both targets
      
      * titanx error fixed
      
      * try to fix CI old gpu error
      
      * try to solve CI GPU error
      
      * get_valid_count added
      
      * reverse get_valid_count
      
      * get valid count optimized
      
      * address comments
      
      * fix ci error
      
      * remove unessesary block sync
      
      * add back one sync
      
      * address comments
      
      * address more comments
      
      * more comments
      
      * move sort to be indepent algorithm
      
      * typo fixed
      
      * more typos
      
      * comments addressed
      
      * doc updated
      
      * fix pylint
      
      * address final comments
      
      * apache license added
      Leyuan Wang committed
  35. 28 Apr, 2019 1 commit