1. 10 Oct, 2019 1 commit
  2. 02 Oct, 2019 1 commit
  3. 22 Sep, 2019 1 commit
  4. 20 Sep, 2019 1 commit
  5. 19 Sep, 2019 1 commit
  6. 16 Sep, 2019 1 commit
  7. 09 Sep, 2019 1 commit
  8. 08 Sep, 2019 1 commit
  9. 01 Sep, 2019 1 commit
  10. 22 Aug, 2019 2 commits
  11. 06 Aug, 2019 1 commit
  12. 01 Aug, 2019 1 commit
  13. 31 Jul, 2019 1 commit
  14. 30 Jul, 2019 1 commit
  15. 28 Jul, 2019 1 commit
  16. 26 Jul, 2019 1 commit
  17. 25 Jul, 2019 1 commit
  18. 24 Jul, 2019 1 commit
  19. 23 Jul, 2019 3 commits
  20. 19 Jul, 2019 1 commit
  21. 03 Jul, 2019 1 commit
  22. 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
  23. 14 Jun, 2019 1 commit
  24. 11 Jun, 2019 1 commit
  25. 10 Jun, 2019 1 commit
  26. 09 Jun, 2019 1 commit
  27. 06 Jun, 2019 2 commits
  28. 05 Jun, 2019 1 commit
  29. 04 Jun, 2019 1 commit
  30. 28 May, 2019 1 commit
  31. 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
  32. 20 May, 2019 2 commits
  33. 17 May, 2019 1 commit
  34. 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
  35. 08 May, 2019 1 commit