1. 18 3月, 2020 1 次提交
  2. 17 3月, 2020 1 次提交
  3. 16 3月, 2020 2 次提交
  4. 12 3月, 2020 1 次提交
    • M
      add mean op (#3130) · 12bb2228
      mapingshuo 提交于
      * add mean op, test=develop
      
      * split forward and backward, test=develop
      12bb2228
  5. 09 3月, 2020 3 次提交
  6. 06 3月, 2020 2 次提交
    • H
      【OpenCL】add bilinear_interp op (#3088) · d501487a
      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
      d501487a
    • X
      Develop nlp patch (#3059) · 8425c924
      xiaogang 提交于
      * fix: fix nlp ops input and output type
      * fix: add elementwise x_dims>y_dims case
      8425c924
  7. 05 3月, 2020 2 次提交
  8. 04 3月, 2020 1 次提交
  9. 03 3月, 2020 1 次提交
    • H
      [OpenCL]Add leakyRelu and tanh op (#3048) · 68581c6e
      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
      68581c6e
  10. 02 3月, 2020 1 次提交
  11. 29 2月, 2020 1 次提交
  12. 28 2月, 2020 1 次提交
    • M
      add sequence_conv op and arm kernel (#3016) · c5d69591
      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
      c5d69591
  13. 27 2月, 2020 1 次提交
    • X
      lstm op (#3018) · 90a28f51
      xiaogang 提交于
      * feat: add lstm op && kernel
            test=develop
      90a28f51
  14. 26 2月, 2020 1 次提交
  15. 24 2月, 2020 1 次提交
  16. 21 2月, 2020 1 次提交
  17. 20 2月, 2020 1 次提交
  18. 19 2月, 2020 1 次提交
  19. 18 2月, 2020 1 次提交
  20. 17 2月, 2020 1 次提交
  21. 14 2月, 2020 2 次提交
  22. 13 2月, 2020 2 次提交
  23. 12 2月, 2020 1 次提交
  24. 11 2月, 2020 1 次提交
  25. 16 1月, 2020 2 次提交
  26. 14 1月, 2020 1 次提交
  27. 10 1月, 2020 1 次提交
  28. 08 1月, 2020 1 次提交
  29. 28 12月, 2019 1 次提交
  30. 27 12月, 2019 1 次提交
  31. 25 12月, 2019 1 次提交
    • Y
      [X86] Polish the implementation of fc and imporve the unittest (#2656) · a0f01efa
      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
      a0f01efa
  32. 24 12月, 2019 1 次提交