1. 05 3月, 2020 1 次提交
  2. 04 3月, 2020 3 次提交
  3. 22 2月, 2020 1 次提交
  4. 21 2月, 2020 1 次提交
  5. 13 2月, 2020 2 次提交
  6. 19 1月, 2020 1 次提交
  7. 14 1月, 2020 1 次提交
  8. 10 1月, 2020 2 次提交
  9. 07 1月, 2020 1 次提交
  10. 02 1月, 2020 1 次提交
  11. 28 12月, 2019 1 次提交
  12. 27 12月, 2019 1 次提交
  13. 24 12月, 2019 1 次提交
  14. 19 12月, 2019 1 次提交
  15. 13 12月, 2019 1 次提交
  16. 12 12月, 2019 2 次提交
  17. 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
  18. 21 11月, 2019 1 次提交
  19. 20 11月, 2019 2 次提交
  20. 19 11月, 2019 1 次提交
  21. 14 11月, 2019 2 次提交
  22. 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
  23. 04 11月, 2019 1 次提交
  24. 01 11月, 2019 1 次提交
  25. 31 10月, 2019 1 次提交
  26. 30 10月, 2019 1 次提交
  27. 29 10月, 2019 1 次提交
  28. 28 10月, 2019 1 次提交
    • H
      [LITE][XPU] initial support for XPU (#2202) · 06d058fe
      hong19860320 提交于
      * Initial support for XPU
      * Fix compiling errors of XPU
      * Move XPU op kernel bridges from backends to kernels to fix deps order
      * Change the namespace and directory of XPU bridges
      * Add XPU SDK
      * Fix header files and namespace of XPU SDK
      * Add unit tests for relu and conv2d ops
      * Restore the modification of paddle_api_test
      * Supports simple model which contains only a relu layer
      * Add compiling scripts for XPU
      * Fix compiling errors of XPU
      * Add comments for XPU LoadModel and BuildModel
      06d058fe
  29. 27 10月, 2019 1 次提交
    • H
      model dynamic library tailoring (#2256) · b987ee38
      huzhiqiang 提交于
      * add shell file to automatically build and collect publish result test=develop
      * modify API inference of model_optimize_tool and add option for tiny&full publish test=develop
      b987ee38
  30. 24 10月, 2019 2 次提交
  31. 23 10月, 2019 1 次提交