1. 21 9月, 2020 1 次提交
  2. 06 5月, 2020 1 次提交
    • S
      [LITE][BM] support hd all models,test=develop (#3540) · 94416b2c
      Santa An 提交于
       fix reshape infer shape issue  
      adaptive pool, 
      support adaptive pool2,  
      multi thread ok,   
      optimize global pool, 
      support faceboxes and behavior image, 
      realize bm device info, 
      multi device ok, 
      support multi cards, 
      support efficienet
      94416b2c
  3. 26 4月, 2020 1 次提交
  4. 11 4月, 2020 1 次提交
  5. 02 4月, 2020 1 次提交
  6. 17 3月, 2020 1 次提交
    • S
      [LITE][BM] support reduce and other ops, test=develop (#3199) · 7bf64f67
      Santa An 提交于
      * * support download bm_sdk, test=develop
      
      * [LITE][BM] add slice op
      
      * [LITE][BM] fix concat issue
      
      * [LITE][BM] support reduce full ops, test=develop
      
      * [LITE][BM] change test_resnet50 to change test_classify
      
      * [LITE][BM] add cast op
      
      * [LITE][BM] add reduce and other ops, test=develop
      
      * [LITE][BM] add reduce,cast and other ops, test=develop
      7bf64f67
  7. 29 2月, 2020 1 次提交
  8. 27 2月, 2020 1 次提交
  9. 13 2月, 2020 1 次提交
  10. 14 1月, 2020 1 次提交
  11. 06 9月, 2019 1 次提交
    • Z
      add cudnn conv fp32, int8 support (#1974) · f3124b30
      Zhaolong Xing 提交于
      * paddle lite cuda init
      can run model with leaky_relu
      
      * add the missing file.
      test=develop
      
      * add the load from memory interface.
      test=develop
      
      * refine this pr. fix comments
      fix ci error
      test=develop
      
      * conv impl
      fp32:
      conv, conv+bais, conv+bias+relu, conv+bias+leaky_relu
      
      int8:
      conv, conv+bais+relu(int8 or fp32 output), conv+bias+leaky_relu(int8 or fp32 output)
      
      can run conv+ bias+relu using cxx_api
      test=develop
      
      * move the lite/cuda/math to backends/cuda/math
      test=develop
      f3124b30
  12. 03 9月, 2019 1 次提交
  13. 16 8月, 2019 1 次提交