1. 14 1月, 2020 1 次提交
  2. 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
  3. 07 1月, 2020 1 次提交
  4. 23 12月, 2019 1 次提交
  5. 11 12月, 2019 1 次提交
  6. 09 12月, 2019 1 次提交
    • H
      Static libraty in tiny pub (#2560) · ea837ec7
      huzhiqiang 提交于
      * add static library in tiny_publish
      * move flto and ffunction-sections cmake option into the tiny publish so result of java,cxx,python 
      ea837ec7
  7. 03 12月, 2019 1 次提交
    • Y
      [Demo] add cxx mobilenetv1-ssd detection demo, test=develop (#2541) · c8b51f82
      yiicy 提交于
      * [Demo] add cxx mobilenetv1-ssd detection demo, test=develop
      
      * add makefile to mobile detection demo, test=develop
      
      * [Demo] add cxx mobilenetv1-ssd detection demo, test=develop
      
      * [demo] fix mobile_detection code style, test=develop
      
      * [Demo] fix demo code style, test=develop
      
      * [Demo] fix detection demo makefile dependency, test=develop
      c8b51f82
  8. 22 11月, 2019 3 次提交
    • H
      strip cxx_dynamic so in tiny_publish test=develop (#2456) · a5f3d823
      huzhiqiang 提交于
      * [Publish] strip cxx light lib test=develop
      a5f3d823
    • Y
      [LITE][DEMO] add input check for demo (#2444) · daebeb0a
      Yuan Shuai 提交于
      * Add CheckInput. test=develop
      
      * Fix android_log_ undef when using .a. test=develop
      
      * add guide of how to use shared library in demo. test=develop
      daebeb0a
    • H
      [LITE][ARMM] fix cmake error in lite/CMakeLists.txt, missing mkdir cxx in iOS (#2418) · ee7ba3ab
      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
      ee7ba3ab
  9. 20 11月, 2019 1 次提交
  10. 18 11月, 2019 1 次提交
    • Y
      [LITE][OPENCL] Enable full and light api for OpenCL (#2331) · d242bdfb
      Yuan Shuai 提交于
      * Fix bug target for kHost and kARM not equal. test=develop
      
      * Fix license. test=develop
      
      * add debug -g option. test=develop
      
      * enable opencl demo. test=develop
      
      * Fix model_optimize_tool found no opencl kernel. test=develop
      
      * add more vlog. test=develop
      
      * remove macro LITE_WITH_OPENCL, LITE_WITH_FPGA in passes. test=develop
      
      * Fix valid_places in mobilenetv1_test. test=develop
      
      * Fix bug of find no real output of fetch, after tool OPs of optimzer passes. test=develop
      
      * Fix vlog as log message in model_optimize_tool. test=develop
      
      * fix miscs. test=develop
      
      * fix comment. test=develop
      
      * Fix misspell of opencl, fpga kernels name in lite/api/CMakeLists.txt. test=develop
      
      * add opencl macro in full_api of demo. test=develop
      d242bdfb
  11. 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
  12. 07 11月, 2019 1 次提交
  13. 05 11月, 2019 1 次提交
  14. 01 11月, 2019 2 次提交
  15. 31 10月, 2019 1 次提交
  16. 30 10月, 2019 1 次提交
  17. 29 10月, 2019 1 次提交
  18. 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
  19. 24 10月, 2019 1 次提交
  20. 23 10月, 2019 1 次提交
  21. 19 9月, 2019 2 次提交
  22. 17 9月, 2019 1 次提交
  23. 16 9月, 2019 2 次提交
  24. 11 9月, 2019 1 次提交
  25. 03 9月, 2019 2 次提交
  26. 31 8月, 2019 1 次提交
  27. 30 8月, 2019 1 次提交
    • X
      support ios tiny publish (#1910) · d8ccafcd
      Xiaoyang LI 提交于
      * fix ios build script, test=develop
      
      * add ios tiny publish target, test=develop
      
      * fix ios build scrip, test=develop
      
      * merge build_ios.sh to build.sh, test=develop
      
      * ios support BUILD_EXTRA, test=develop
      d8ccafcd
  28. 29 8月, 2019 1 次提交
  29. 25 8月, 2019 1 次提交
  30. 24 8月, 2019 2 次提交
  31. 22 8月, 2019 1 次提交
  32. 16 8月, 2019 1 次提交