1. 06 11月, 2019 1 次提交
    • T
      fix: fix omp thread bug (#2371) · 9c29345e
      TianXiaogang 提交于
      * fix: fix omp thread bug
      
      * fix: fix compile android level & test=develop
      
      * fix: fix omp bug
      
      * fix: fix omp bug
      test=develop
      9c29345e
  2. 05 11月, 2019 4 次提交
  3. 04 11月, 2019 3 次提交
  4. 02 11月, 2019 1 次提交
  5. 01 11月, 2019 10 次提交
  6. 31 10月, 2019 5 次提交
  7. 30 10月, 2019 5 次提交
  8. 29 10月, 2019 8 次提交
  9. 28 10月, 2019 2 次提交
    • Z
      [XPU] add elementwise, pool, softmax op bridges and unit tests (#2264) · 231a658b
      zhupengyang 提交于
      test=develop
      231a658b
    • H
      [LITE][XPU] initial support for XPU (#2202) · ac1b2f9f
      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
      ac1b2f9f
  10. 27 10月, 2019 1 次提交
    • H
      model dynamic library tailoring (#2256) · b16917a4
      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
      b16917a4