1. 15 2月, 2020 3 次提交
  2. 14 2月, 2020 1 次提交
  3. 13 2月, 2020 2 次提交
  4. 08 2月, 2020 1 次提交
  5. 06 2月, 2020 1 次提交
    • J
      Support weight quantization (#2791) · 6329a9a2
      juncaipeng 提交于
      * optimize quant_dequant_fuse_pass, test=develop
      
      * update, test=develop
      
      * update, test=develop
      
      * fix bug for accessing the removed node, test=develop
      
      * set the bias of int8 conv as float, test=develop
      
      * support weight quantization, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      6329a9a2
  6. 04 2月, 2020 1 次提交
  7. 17 1月, 2020 1 次提交
  8. 16 1月, 2020 1 次提交
  9. 14 1月, 2020 1 次提交
  10. 10 1月, 2020 2 次提交
  11. 08 1月, 2020 1 次提交
    • H
      [arm] add test_cv demo (#2691) · e84406a7
      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
      
      * 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 cmake error in llite/CMakeLists.txt, missing mkdir cxx, test=develop
      
      * according to review change, test=develop
      
      * add elemetnwise mul constant elimination and deconv+relu, deconv+batchnorm fusion, test=develop
      
      * fix format, test=develop
      
      * fix model_optimize bug, update concat and split op, speed up, test=develop
      
      * update split speed, test=develop
      
      * fix format, test=develop
      
      * add classify demo inn demo/cxx/ , test=develop
      
      * fix formart inn mobile_classify, test=develop
      
      * delete some note and extra code, test=develop
      
      * remove test.jpg and labels.txt, test=develop
      
      * add test_cv in cxx/demo
      
      * add test_cv READMEE, test=develoop
      
      * add note info, flip only support x, y, xy;rotate only support 90, 180, 270; test=develop
      
      * fix build error, paddle_cv_arm , test=develop
      
      * add GRAY to RGBA(BGRA) convert and RGBA(BGRA)_to_Tensor, test=develop
      
      * fix format from review, test=develop
      
      * fix makefile format. test=devellop
      
      * fix bbuuild v7 error, test=develop
      e84406a7
  12. 06 1月, 2020 1 次提交
  13. 31 12月, 2019 1 次提交
    • W
      X86 and cuda compile simutaneously cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo... · f1cedb8f
      Wilber 提交于
      X86 and cuda compile simutaneously cmake ..  -DCMAKE_BUILD_TYPE=RelWithDebInfo  -DWITH_MKL=ON           -DLITE_WITH_CUDA=ON           -DWITH_MKLDNN=OFF           -DLITE_WITH_X86=ON           -DLITE_WITH_PROFILE=OFF          -DWITH_LITE=OFF           -DLITE_WITH_LIGHT_WEIGHT_FRAMEWORK=OFF           -DWITH_PYTHON=OFF           -DWITH_TESTING=ON           -DLITE_WITH_ARM=OFF           -DLITE_ON_TINY_PUBLISH=OFF           -DCUDNN_ROOT=/usr/local/cudnn/           -DLITE_BUILD_EXTRA=ON (#2708)
      
      x86 and cuda compile simutaneously
      f1cedb8f
  14. 28 12月, 2019 1 次提交
  15. 26 12月, 2019 1 次提交
  16. 25 12月, 2019 2 次提交
    • J
      add benchmark in cmakefile, test=develop (#2663) · 00fee283
      juncaipeng 提交于
      00fee283
    • Y
      [X86] Polish the implementation of fc and imporve the unittest (#2656) · 28481458
      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
      28481458
  17. 24 12月, 2019 1 次提交
  18. 23 12月, 2019 4 次提交
  19. 20 12月, 2019 1 次提交
  20. 18 12月, 2019 1 次提交
  21. 17 12月, 2019 1 次提交
    • H
      [lite]add some fusion (#2604) · ec8353e8
      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
      
      * fix cmake error in llite/CMakeLists.txt, missing mkdir cxx, test=develop
      
      * according to review change, test=develop
      
      * chang grb to rgb, test=develop
      
      * add elemetnwise mul constant elimination and deconv+relu, deconv+batchnorm fusion, test=develop
      
      * fix format, test=develop
      ec8353e8
  22. 16 12月, 2019 1 次提交
  23. 13 12月, 2019 1 次提交
  24. 11 12月, 2019 1 次提交
  25. 09 12月, 2019 2 次提交
  26. 04 12月, 2019 2 次提交
  27. 02 12月, 2019 1 次提交
  28. 28 11月, 2019 1 次提交
  29. 23 11月, 2019 1 次提交
  30. 22 11月, 2019 1 次提交