1. 23 9月, 2020 1 次提交
  2. 15 9月, 2020 1 次提交
  3. 14 9月, 2020 1 次提交
  4. 11 9月, 2020 1 次提交
  5. 08 9月, 2020 1 次提交
  6. 31 8月, 2020 1 次提交
  7. 21 8月, 2020 1 次提交
  8. 29 7月, 2020 1 次提交
  9. 23 7月, 2020 1 次提交
  10. 22 7月, 2020 1 次提交
    • H
      [Core] Add the graph optimization of subblocks for transformer model (#3947) · 7af1a258
      hong19860320 提交于
      * [Core][ARM] Fix beam_search, eltwise_mul supports broadcast and int64_t data type, add print op and kernel, add exeception
      test=develop
      
      * Fix the dims of parent idx of the arm kernel of beam_search op
      
      * elementwise_mul supports int64_t data type with broadcasting
      
      * Add print op and kernel for debugging
      
      * Support throwing the exception when the internal error occurs
      
      * Refine while and conditional_block op kernel
      
      * Support the graph optimization on subblocks
      
      * Pass program_desc and block_idx into the kernel of the control flow ops(while/conditional_block/subgraph), and create the RuntimeProgram online, it make it possiable to call the control flow ops recursively
      
      *Add unit test for masked transformer model
      7af1a258
  11. 10 7月, 2020 1 次提交
  12. 07 7月, 2020 1 次提交
  13. 30 6月, 2020 1 次提交
  14. 22 6月, 2020 1 次提交
    • S
      optimize register mechanism (#3745) · db7639ca
      Shibo Tao 提交于
      * refactor register mechanism, current so size: 1.20MB. test=develop
      
      * fix KernelRegistry::Global().Create. test=develop
      
      * fix cpplint errors. test=develop
      
      * fix test_subgraph_pass bug. test=develop
      
      * register kernel with target,precision,datalayout combination. test=develop
      
      * fix test_paddle_api no op found bug. test=develop
      
      * enhance comment
      
      * fix lite/kernels/arm/elementwise_compute_test.cc. test=develop
      
      * fix code style
      
      * revert format of unchanged files. test=develop
      
      * fix code format according to cpplint 1.5.1. test=develop
      
      * remove redundant include header. test=develop
      db7639ca
  15. 07 6月, 2020 1 次提交
  16. 04 6月, 2020 1 次提交
  17. 01 6月, 2020 1 次提交
  18. 28 5月, 2020 1 次提交
  19. 26 5月, 2020 1 次提交
  20. 23 5月, 2020 1 次提交
  21. 18 5月, 2020 1 次提交
  22. 15 5月, 2020 1 次提交
  23. 12 5月, 2020 1 次提交
  24. 11 5月, 2020 1 次提交
    • S
      add the document of compileing lite on windows (#3471) · 6554ca3d
      silingtong123 提交于
      * test=develop, support WITH_TESTING=ON on windows
      
      test=develop, modify the path of test_file in build_windows.bat
      
      test=develop, modify the docment of windows compilation
      
      test=develop, modify the document
      
      * test=develop, modify the build_windows.bat
      6554ca3d
  25. 08 5月, 2020 1 次提交
  26. 07 5月, 2020 1 次提交
  27. 28 4月, 2020 2 次提交
  28. 27 4月, 2020 1 次提交
  29. 24 4月, 2020 1 次提交
  30. 20 4月, 2020 1 次提交
  31. 14 4月, 2020 1 次提交
  32. 31 3月, 2020 1 次提交
  33. 26 3月, 2020 1 次提交
  34. 24 3月, 2020 1 次提交
  35. 23 3月, 2020 1 次提交
  36. 19 3月, 2020 1 次提交
  37. 17 3月, 2020 1 次提交
    • H
      [CV] fix yup resize bug (#3202) · 108112a6
      HappyAngel 提交于
      *fix yuv resize bug, test=develop
      
      * fix format, test=develop
      
      * fix build error, test=develop
      
      * fix resize, test=develop
      
      * move anakin rst, test=develop
      108112a6
  38. 16 3月, 2020 1 次提交
  39. 15 3月, 2020 1 次提交
    • H
      [arm]fix build error (#3192) · ff332144
      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
      
      * fix ccompute shape error in ooperators/conv_op.h, test=develop
      
      * add opencl concat kernell
      
      * fix
      
      * fix
      
      * add model input test
      
      * fix build error
      
      * fix builld error
      
      * add ut in opencl
      
      * add ut
      
      * fix kernel name
      
      * fix kernel namedd
      
      * fix ut
      
      * add concat ut, test=develop
      
      * fix axis compute, test=develop
      
      * add other axis, test=develop
      
      * fix ut. test=develop
      
      * fix format
      
      * delete extra files, test=develop
      
      * fix origin, test=develop
      
      * fix format. test=develop
      
      * fix format2 test=develop
      
      * add leakyrelu and tanh compute
      
      * add init val
      
      * fix leakyrelu and tanh compute error, test=develop
      
      * fix leakyrelu and tanh compute error, test=develop
      
      * delete extra file, test=develop
      
      * delete file
      
      * fix format
      
      * delete extra file, test=develop
      
      * fix format, test=develop
      
      * fix format. test=develop
      
      * add grid sampler
      
      * reset act
      
      * fix conflict and readme, test=develop
      
      * fix ios run error, test=develop
      
      * fix ios run error
      
      * fix ios v8 run error
      
      * fix grid_sampler compute error. test=develop
      
      * fix exp act run error, test=develop
      
      * fix format, test=develop
      
      * fix format, test=develop
      
      * fix redefine error
      
      * fix format, test=develop
      
      * add bilinear interp
      
      * fix formart
      
      * fix build error
      
      * fix pad2d error
      
      * fix format
      
      * fixr
      
      * 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
      
      * fix v7 clang bug. test=develop
      
      * fix format, test=develop
      
      * fix .a build bug, test=develop
      
      * fix resize bug
      
      * fix resize bug
      
      * test=develop
      
      * add cvv ut
      
      * fix clang v7 error
      
      * fix cv errorr, test=develop
      
      * fix conv test bug, test=develop
      
      * fix ut
      
      * fix ut , test=develop
      
      * fix format, test=develop
      
      * change ut, test=develop
      
      * change ut, test=develop
      
      * fix conv ut, test=develop
      
      * fix format, test=develop
      
      * fix resie bug
      
      * fix format, test=develop
      
      * fix compute error
      
      * fix format, test=develop
      
      * fix format, test=develop
      
      * fix memory bug, test=develop
      
      * fix format. test=develop
      
      * improve conv_dw profile with rel relu6 leakyrelu, test=develop
      
      * add depthwise, test=develop
      
      * fix ci error, test=develop
      
      * fix cv demo print, test=develop
      
      * test=develop
      
      * fix build error, test=develop
      ff332144