1. 16 3月, 2020 1 次提交
  2. 15 3月, 2020 1 次提交
    • Y
      [LITE][OPENCL] Fix armv7 gcc opencl compile (#3185) · 6617aa8b
      Yuan Shuai 提交于
      * [LITE][OPENCL] Change fp32 fc to fp16's. test=develop
      
      * fix act in conv3x3opt opencl kernel. test=develop
      
      * [LITE][OPENCL] Fix issue(previous definition in gcc.a) armv7 gcc compile for opencl. test=develop
      6617aa8b
  3. 12 3月, 2020 1 次提交
    • M
      add mean op (#3130) · b9273631
      mapingshuo 提交于
      * add mean op, test=develop
      
      * split forward and backward, test=develop
      b9273631
  4. 09 3月, 2020 2 次提交
  5. 08 3月, 2020 1 次提交
    • H
      [Core] Support Clang toolchains for Android (#3107) · f6b3e784
      hong19860320 提交于
      * [CORE] Support Clang compiling for Android
      test=develop
      
      * fix lto for jni so
      test=develop
      
      * disable assembly code
      test=develop
      
      * disable layout.cc
      test=develop
      
      * refine
      test=develop
      
      * Enable LTO on Clang
      test=develop
      
      * Disable LTO when clang is used.
      test=develop
      
      * Remove space
      test=develop
      
      * [Core] enable clang in build.sh
      test=develop
      
      * [Core] Remove the workaround for clang compiling
      test=develop
      f6b3e784
  6. 07 3月, 2020 1 次提交
  7. 06 3月, 2020 2 次提交
  8. 05 3月, 2020 1 次提交
  9. 04 3月, 2020 3 次提交
  10. 22 2月, 2020 1 次提交
  11. 21 2月, 2020 1 次提交
  12. 13 2月, 2020 2 次提交
  13. 19 1月, 2020 1 次提交
  14. 14 1月, 2020 1 次提交
  15. 10 1月, 2020 2 次提交
  16. 07 1月, 2020 1 次提交
  17. 02 1月, 2020 1 次提交
  18. 28 12月, 2019 1 次提交
  19. 27 12月, 2019 1 次提交
  20. 24 12月, 2019 1 次提交
  21. 19 12月, 2019 1 次提交
  22. 13 12月, 2019 1 次提交
  23. 12 12月, 2019 2 次提交
  24. 10 12月, 2019 2 次提交
    • H
    • W
      modify static_kernel_pass to support select the kernel according to input type (#2488) · 7ef0e7fe
      Wilber 提交于
      修改了选kernel的逻辑,默认从模型文件中读取出lod_tensor的data type,在static_kernel_pick pass中如果kernel输入输出的类型与读取的data type完全一致,则选择该Kernel的概率增大。
      
      - 增加 从模型文件__model__读取lod_tensor的data type到cpp::vardesc
      
      - program中增加unordered_map<string, type>字段,并在 Program::PrepareWorkspace中对该字段赋值
      
      - 修改了node.h文件,将const Type* 更改为Type*,并在SSAGraph::Build过程中为符合条件的type*赋值
      
      - static_kernel_pick_pass中添加新规则,如果kernel的输入类型输出类型与__model__中存储的类型的一致,则score*=2。
      
      - 支持模型中用到sequence_reverse_float kernel(输入输出均为float)和sequence_reverse_int64 kernel(输入输出均为int64),能够根据输入输出type选kernel
      7ef0e7fe
  25. 21 11月, 2019 1 次提交
  26. 20 11月, 2019 2 次提交
  27. 19 11月, 2019 1 次提交
  28. 14 11月, 2019 2 次提交
  29. 12 11月, 2019 1 次提交
    • 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
  30. 04 11月, 2019 1 次提交