1. 20 11月, 2019 4 次提交
  2. 19 11月, 2019 6 次提交
  3. 18 11月, 2019 6 次提交
  4. 17 11月, 2019 2 次提交
  5. 16 11月, 2019 1 次提交
  6. 15 11月, 2019 2 次提交
  7. 14 11月, 2019 5 次提交
  8. 13 11月, 2019 6 次提交
  9. 12 11月, 2019 2 次提交
    • H
      [LITE][ARM]add cv image process (#2402) · 0ade1bc5
      HappyAngel 提交于
      * add cv image process
      
      * fix arm liunx build error
      
      * add LITE_WITH_CV defien to make cv, test=develop
      
      * fix cv format, annd add describe in utils/cv
      
      * delete some Meaningless comments, test=develop
      
      * set LITE_WITH_CV=OFF in build.sh, test=develop
      
      * delete cv_enum.h in utils/cv, push the contents in cv_ennum.h to paddle_image_preprocess.h, test=develop
      
      * according to reviews to redefine paddle_image_preprocess.h, test=develop
      
      * add detailed note of flipParam, test=develop
      
      * fix format in paddle_image_preprocess.h, test=develop
      
      * fix error when build x86. test=develop
      
      * lite_with_X86 does not contain lite_with_cv
      0ade1bc5
    • J
      Upgrade concat and unsqueeze, test=develop (#2378) · 26470600
      juncaipeng 提交于
      * update concat and unsqueeze, test=develop
      26470600
  10. 11 11月, 2019 2 次提交
  11. 08 11月, 2019 3 次提交
  12. 07 11月, 2019 1 次提交
    • W
      fix jit_matmul bug according to paddle pr#20948 test=develop (#2392) · f51c4891
      Wilber 提交于
      fix jit::matmul bug. Input x shape is (m, k), weight shape is (k, n). When k < 512, m==1, and n is a multiple of 16, the weight pointer is not correctly updated in the group calculation in the implementation of jit::matmul, resulting in the result diff 
      f51c4891