1. 17 3月, 2020 1 次提交
  2. 16 3月, 2020 2 次提交
  3. 12 3月, 2020 1 次提交
    • M
      add mean op (#3130) · b9273631
      mapingshuo 提交于
      * add mean op, test=develop
      
      * split forward and backward, test=develop
      b9273631
  4. 09 3月, 2020 3 次提交
  5. 06 3月, 2020 2 次提交
    • H
      【OpenCL】add bilinear_interp op (#3088) · 56a3e8d2
      HappyAngel 提交于
      
      
      * fix
      
      * fix format. test=develop
      
      * fix format, test=develop
      
      * fix resize error
      
      * fix format. test=develop
      
      * fix format, test=develop
      
      * fix format
      
      * note log(4) << x_image. test=develop
      
      * note x_image printf. test=develop
      56a3e8d2
    • X
      Develop nlp patch (#3059) · e1aab593
      xiaogang 提交于
      * fix: fix nlp ops input and output type
      * fix: add elementwise x_dims>y_dims case
      e1aab593
  6. 05 3月, 2020 2 次提交
  7. 04 3月, 2020 1 次提交
  8. 03 3月, 2020 1 次提交
    • H
      [OpenCL]Add leakyRelu and tanh op (#3048) · a34f06a1
      HappyAngel 提交于
      * fix leakyrelu and tanh compute error, test=develop
      
      * delete extra file, test=develop
      
      * reset act
      
      * fix conflict and readme, test=develop
      
      * fix ios run error, test=develop
      a34f06a1
  9. 02 3月, 2020 1 次提交
  10. 29 2月, 2020 1 次提交
  11. 28 2月, 2020 1 次提交
    • M
      add sequence_conv op and arm kernel (#3016) · 0775140a
      mapingshuo 提交于
      * add sequence_conv op and arm kernel
      
      * add test, test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * modify code style. test=develop
      
      * fix ut, test=develop
      
      * delete unused code, test=develop
      0775140a
  12. 27 2月, 2020 1 次提交
    • X
      lstm op (#3018) · 84c4fcdb
      xiaogang 提交于
      * feat: add lstm op && kernel
            test=develop
      84c4fcdb
  13. 26 2月, 2020 1 次提交
  14. 24 2月, 2020 1 次提交
  15. 21 2月, 2020 1 次提交
  16. 20 2月, 2020 1 次提交
  17. 19 2月, 2020 1 次提交
  18. 18 2月, 2020 1 次提交
  19. 17 2月, 2020 1 次提交
  20. 14 2月, 2020 2 次提交
  21. 13 2月, 2020 2 次提交
  22. 12 2月, 2020 1 次提交
  23. 11 2月, 2020 1 次提交
  24. 16 1月, 2020 2 次提交
  25. 14 1月, 2020 1 次提交
  26. 10 1月, 2020 1 次提交
  27. 08 1月, 2020 1 次提交
  28. 28 12月, 2019 1 次提交
  29. 27 12月, 2019 1 次提交
  30. 25 12月, 2019 1 次提交
    • Y
      [X86] Polish the implementation of fc and imporve the unittest (#2656) · 28481458
      Yiqun Liu 提交于
      * Remove GEMM padding in fc_compute.
      test=develop
      
      * Write a common ParallelFor function to run the for loop in parallel.
      
      * Add the codes of padding GEMM back in fc.
      
      * Refine the code of fc when padding_weight is false to avoid the definition of temporary Tensor.
      
      * Refine the unit test of fc and add testing case of padding and parallel.
      test=develop
      
      * Enable more test cases in common fc unittest, including padding and parallel for x86 target.
      
      * Remove the fc test under kernels/x86.
      test=develop
      
      * Disable relu in test of fc for non-x86 target.
      test=develop
      
      * Change the eps of arm.
      test=develop
      28481458
  31. 24 12月, 2019 2 次提交