1. 21 2月, 2020 1 次提交
  2. 20 2月, 2020 2 次提交
  3. 16 2月, 2020 1 次提交
  4. 14 2月, 2020 1 次提交
  5. 13 2月, 2020 1 次提交
  6. 12 2月, 2020 1 次提交
  7. 11 2月, 2020 1 次提交
  8. 08 2月, 2020 1 次提交
  9. 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
  10. 22 1月, 2020 1 次提交
  11. 17 1月, 2020 1 次提交
  12. 16 1月, 2020 1 次提交
  13. 14 1月, 2020 2 次提交
  14. 13 1月, 2020 1 次提交
  15. 09 1月, 2020 1 次提交
  16. 08 1月, 2020 1 次提交
  17. 06 1月, 2020 1 次提交
  18. 03 1月, 2020 2 次提交
  19. 02 1月, 2020 1 次提交
  20. 31 12月, 2019 2 次提交
    • 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
    • H
      [LITE][NPU][XPU] Refine the registration and implementation of op bridges (#2700) · a29c84a2
      hong19860320 提交于
      * Fix the compiling error which occurs when specify the ddk_root path and build for huawei NPU.
      
      * Refine the registration of op bridges and make it similar to the registration of op and kernel.
      
      * Refine the interfaces of the graph and node for op bridges, and support creating constant and data node automatically according to the attribute 'persistable' of the target tensor.
      
      * Add the unit test of the scale and softmax op bridge for NPU.
      a29c84a2
  21. 30 12月, 2019 1 次提交
  22. 28 12月, 2019 1 次提交
  23. 27 12月, 2019 1 次提交
  24. 25 12月, 2019 1 次提交
  25. 24 12月, 2019 1 次提交
  26. 23 12月, 2019 3 次提交
  27. 20 12月, 2019 2 次提交
  28. 19 12月, 2019 1 次提交
  29. 18 12月, 2019 1 次提交
  30. 17 12月, 2019 3 次提交
    • 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
    • G
      [ARMLinux] Fix the error that armlinux can not compile (#2612) · 1e9823a0
      guofei 提交于
      test=develop
      1e9823a0
    • Y
  31. 16 12月, 2019 1 次提交