1. 31 10月, 2019 3 次提交
    • H
      Fix compiling bug in android_armv7_demo : cxx demo can not compile properly... · f6b38e34
      huzhiqiang 提交于
      Fix compiling bug in android_armv7_demo : cxx demo can not compile properly because demo' android version is different from that of library file (#2308)
      
      link armv7 demo to android-23 to make sure the demo can compile properly
      cxx demo can not compile properly because demo' android version is different from that of library file, we fix this bug by linking armv7 demo to android-23
      f6b38e34
    • H
      Add 'inference' folder into build.lite.x86, 'inference' folder contains head... · 8db001f8
      huzhiqiang 提交于
      Add 'inference' folder into build.lite.x86, 'inference' folder contains head files、library files and demo of x86 compiling (#2301)
      
      Add inference folder into build.lite.x86, build.lite.x86/inference folder contains head files、library files and demo of x86 compiling
      8db001f8
    • L
      Alter the model unit tests api (#2297) · fd9ceec8
      liu zhengxi 提交于
      * alter the unit tests api for googlenet, resnet50, inceptionv4, mobilenetv1, mobilenetv2 and thier corresponding cmake, test=develop
      
      * disable checks and correct some incorrect statement, test=develop
      fd9ceec8
  2. 30 10月, 2019 5 次提交
  3. 29 10月, 2019 8 次提交
  4. 28 10月, 2019 2 次提交
    • Z
      [XPU] add elementwise, pool, softmax op bridges and unit tests (#2264) · eed7a506
      zhupengyang 提交于
      test=develop
      eed7a506
    • 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
  5. 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
  6. 26 10月, 2019 1 次提交
    • Y
      Fix conv_bn fuser with no elemwise op added, Fix conv_elem with original conv... · 74a6980e
      Yuan Shuai 提交于
      Fix conv_bn fuser with no elemwise op added, Fix conv_elem with original conv with conv_bias (#2211)
      
      * Fix conv_bn fuser with no elemwise op added. test=develop
      
      * fix match not bug. test=develop
      
      * Fix conv-bn pass. test=develop
      
      * Fix conv-bn pass. test=develop
      
      * Fix conv-bn pass. test=develop
      
      * Fix conv-bn pass. test=develop
      
      * Fix conv-bn pass. test=develop
      
      * Fix conv-bn fuse pass. test=develop
      
      * Fix conv-bn fuser consider the case: enable_int8=true without conv_bias. test=develop
      
      * Fix back, consider enable_int8. test=develop
      
      * Fix Bug for conv-bn quant pass. test=develop
      
      * Fix conv-elemwise considering origin conv with conv_bias. test=develop
      
      * Fix code format. test=develop
      
      * simplify. test=develop
      
      * simplify. test=develop
      
      * Fix conv_elem. test=develop
      74a6980e
  7. 25 10月, 2019 1 次提交
  8. 24 10月, 2019 6 次提交
  9. 23 10月, 2019 10 次提交
  10. 22 10月, 2019 3 次提交