1. 21 8月, 2020 1 次提交
  2. 27 7月, 2020 1 次提交
    • H
      [arm] add elu activation op (#3978) · bfaa2c93
      HappyAngel 提交于
      * add elu act
      
      * fix elu act not find error, test=develop
      
      * fix format.test=develop
      
      * fix int8 model opt error in conv+conv fusion, test=develop
      
      * fix format. test=develop
      
      * test=develop
      bfaa2c93
  3. 24 7月, 2020 1 次提交
    • Q
      [ASCEND] Add Huawei Ascend310 support (#3936) · 769ba40b
      Qi Li 提交于
      * [ASCEND] Add Huawei Ascend310 support, test=develop
      
      * [ASCEND] fix some typos, test=develop
      
      * [ASCEND] address comments and fix opt ci python file, test=develop
      
      * [ASCEND] update based on new ascend env, test=develop
      
      * [ASCEND] update after develop merge, test=develop
      769ba40b
  4. 15 6月, 2020 1 次提交
  5. 08 5月, 2020 1 次提交
  6. 27 4月, 2020 1 次提交
  7. 15 4月, 2020 1 次提交
  8. 14 4月, 2020 1 次提交
  9. 09 4月, 2020 1 次提交
  10. 05 3月, 2020 1 次提交
  11. 14 1月, 2020 1 次提交
  12. 11 12月, 2019 1 次提交
  13. 01 11月, 2019 1 次提交
  14. 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
  15. 30 8月, 2019 1 次提交
    • Z
      add precision and persistable attrs for the tensor. (#1899) · e2e07fa4
      Zhen Wang 提交于
      * Add precision and persistable attrs for the tensor. And fix cxx light and full api demo.
      
      * update precision2string methods. test=develop
      
      * move the save logic to the front of the run in mobilenetv1_full_api.cc, test=develop.
      
      * add comments for UpdateVarsOfProgram. test=develop
      e2e07fa4
  16. 16 8月, 2019 1 次提交