1. 22 9月, 2020 1 次提交
  2. 30 6月, 2020 1 次提交
  3. 28 5月, 2020 1 次提交
  4. 26 4月, 2020 1 次提交
  5. 15 4月, 2020 1 次提交
  6. 08 4月, 2020 1 次提交
  7. 14 2月, 2020 1 次提交
    • Y
      [X86] Optimize gru and softmax (#2877) · 0a890050
      Yiqun Liu 提交于
      * Optimize softmax. When the input tensor is 2-D and axis is 1, there is no need to resize.
      
      * Optimize the gru, avoid calling Tensor::Slice.
      test=develop
      
      * Remove a std::vector in softmax.
      test=develop
      
      * Define CalculateSeqWidth to get the width of a sequence.
      test=develop
      0a890050
  8. 13 2月, 2020 1 次提交
  9. 11 2月, 2020 1 次提交
  10. 26 12月, 2019 1 次提交
  11. 27 11月, 2019 1 次提交
  12. 22 11月, 2019 1 次提交
    • H
      update pooling 2-padding to 4-padding (#2410) · a7f7d49b
      HappyAngel 提交于
      * fix pooling bug and speed
      
      * fix build error
      
      * delete VLOGin pool, test=develop
      
      * add openmp, test=develop
      
      * fix lite/kernels/arm/pool_compute_test basic_pooling compute error bug, test=develop
      
      * update pooling 2-pad to 4-pad, test=develop
      
      * fix 2-pad to 4-pad in operators/pool_op.h, AttachKernel will set param, so 2-pad to 4-pad funcs should put in AttachKernel. test=ddevellop
      
      * put 2-pad to 4-pad in AttachImpl, test=develop
      
      * according to reviews, fix some format error. test=develop
      
      * fix format errorr, add (). test=develop
      
      * change paddings type to support dynamically modify, test=develop
      
      * update padding type int other devices, test=develop
      
      * fix x8d build error on shared_ptr, test=ddevelop
      
      * fix formmat in operators pool_op.cc, test=develop
      a7f7d49b
  13. 19 11月, 2019 1 次提交
  14. 29 10月, 2019 1 次提交
    • L
      Add tanh op and gelu op for x86 platform (#2265) · 605a309c
      liu zhengxi 提交于
      * add tanh op in x86 platform and its unittest, test=develop
      
      * add gelu op on x86 platform and add its unittests, test=develop
      
      * update depends for math_function for activation for gelu, test=develop
      605a309c
  15. 23 10月, 2019 1 次提交
  16. 14 10月, 2019 1 次提交
  17. 19 9月, 2019 1 次提交
  18. 16 9月, 2019 1 次提交
    • L
      Gru op (#2002) · eb42f9ee
      lhl960107 提交于
      * add x86 gru&&relu&&sequence_expand_as op test=develop
      eb42f9ee
  19. 12 9月, 2019 1 次提交
  20. 10 9月, 2019 1 次提交
  21. 07 9月, 2019 1 次提交
  22. 03 9月, 2019 1 次提交