1. 02 3月, 2020 1 次提交
  2. 29 2月, 2020 1 次提交
  3. 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
  4. 27 2月, 2020 1 次提交
    • X
      lstm op (#3018) · 84c4fcdb
      xiaogang 提交于
      * feat: add lstm op && kernel
            test=develop
      84c4fcdb
  5. 26 2月, 2020 1 次提交
  6. 10 1月, 2020 1 次提交
  7. 24 12月, 2019 1 次提交
  8. 23 12月, 2019 2 次提交
  9. 20 12月, 2019 1 次提交
  10. 19 12月, 2019 1 次提交
  11. 18 12月, 2019 1 次提交
  12. 13 12月, 2019 1 次提交
  13. 10 12月, 2019 1 次提交
  14. 08 12月, 2019 1 次提交
  15. 07 12月, 2019 1 次提交
    • J
      Support mask_rcnn (#2484) · c2f72cb3
      juncaipeng 提交于
      * add arm split lod tensor, test=develop
      
      * add arm merge lod tensor, test=develop
      
      * update split merge lod tensor, test=develop
      
      * add reduce_prob op, test=develop
      
      * support mask_rcnn succeed, test=develop
      c2f72cb3
  16. 27 11月, 2019 1 次提交
  17. 25 11月, 2019 1 次提交
  18. 22 11月, 2019 2 次提交
    • H
      update conv 2-pad to 4-pad (#2404) · 820eb6d4
      HappyAngel 提交于
      * fix conv 2-pad to 4-pad
      
      * fix compute conv shape
      
      * fix pad, test=develop
      
      * change conv_depthwise_3x3s1_fp.cc name to conv3x3s1p01_depthwise_fp32.cc to distinguish between conv3x3s1_depthwise_fp32.cc
      
      * delete printf note in conv3x3s1, test=develop
      
      * delete printf note, test=develop
      
      * delete gem_sdot.h, test=develop
      
      it is coped from __gemm_sdot_meta_.h
      
      * update compute padding, test=develop
      
      * fix padding size, must be 2 or 4. test=develop
      
      * fix format in operators/conv_op.cc, test=develop
      
      * change #if 0 to #if 1, test=develop
      
      * put 2-pad to 4-pad in AttachImpl, test=develop
      
      * fix clang-format error inn tests/math/connv_compute_test, test=develop
      
      * fix x86 test result error, test=develop
      
      * add asymmetric padding test case in liite/tests/math/conv_compute.cc, test=develop
      
      * change paddings type to support dynamically modify, test=develop
      
      * fix x86 build error in connv_compute_test, test=develop
      
      * fix opencl build error, test=develop
      
      * fix oopencl build error, test=develop
      
      * fix  opencl/conv_compute build error, test=develop
      
      * fix  opencl/conv_compute build error, test=develop
      
      * fix format in kernels/opencl/conv_computte_ttest,test=develop
      
      * fix build error, test=develop
      
      fix build error in kernels/x86/conv_compute.h
      820eb6d4
    • 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
  19. 19 11月, 2019 3 次提交
  20. 18 11月, 2019 2 次提交
  21. 16 11月, 2019 1 次提交
  22. 15 11月, 2019 1 次提交
    • J
      Add content-dnn ops (#2429) · 603b810f
      juncaipeng 提交于
      * add search_seq_depadding x86 and cuda
      * add match_matrix_tensor x86
      * add search_grnn x86, no test
      603b810f
  23. 14 11月, 2019 2 次提交
  24. 13 11月, 2019 4 次提交
  25. 12 11月, 2019 1 次提交
  26. 06 11月, 2019 2 次提交
  27. 05 11月, 2019 1 次提交
  28. 28 10月, 2019 1 次提交
    • H
      [LITE][XPU] initial support for XPU (#2202) · 06d058fe
      hong19860320 提交于
      * Initial support for XPU
      * Fix compiling errors of XPU
      * Move XPU op kernel bridges from backends to kernels to fix deps order
      * Change the namespace and directory of XPU bridges
      * Add XPU SDK
      * Fix header files and namespace of XPU SDK
      * Add unit tests for relu and conv2d ops
      * Restore the modification of paddle_api_test
      * Supports simple model which contains only a relu layer
      * Add compiling scripts for XPU
      * Fix compiling errors of XPU
      * Add comments for XPU LoadModel and BuildModel
      06d058fe
  29. 23 10月, 2019 1 次提交
  30. 22 10月, 2019 1 次提交
    • J
      Optimize quant_dequant (#2215) · f480d474
      juncaipeng 提交于
      * Add DeleteQuantOpFuser
      * Add fake_quantize_dequantize_moving_avg_abs_max_op
      * Add DeleteQuantDequantOpFuser
      f480d474