1. 25 3月, 2020 3 次提交
  2. 24 3月, 2020 9 次提交
  3. 23 3月, 2020 5 次提交
  4. 22 3月, 2020 1 次提交
  5. 20 3月, 2020 5 次提交
  6. 19 3月, 2020 3 次提交
  7. 18 3月, 2020 7 次提交
  8. 17 3月, 2020 7 次提交
    • Z
      enhance shuffle-channel fuse pass (#3208) · 670fcc3c
      zhupengyang 提交于
      670fcc3c
    • W
      add cuda c++ doc. (#3207) · 52714b87
      Wilber 提交于
      add cuda c++ doc
      52714b87
    • H
      [CV] fix yup resize bug (#3202) · 108112a6
      HappyAngel 提交于
      *fix yuv resize bug, test=develop
      
      * fix format, test=develop
      
      * fix build error, test=develop
      
      * fix resize, test=develop
      
      * move anakin rst, test=develop
      108112a6
    • H
      [doc] release doc and java API (#3206) · 2a81d94a
      huzhiqiang 提交于
      2a81d94a
    • W
      add cuda cxx demo (#3205) · f6461e39
      Wilber 提交于
      - 增加cuda c++ demo.
      - 考虑到检测模型尾部一般是multiclass_nms,该kernel为host,如果fetch kernel为cuda的话,则会在此处插入无用的io_copy(host->cuda),由于该原因,注释掉fetch的cuda kernel. 默认使用host的fetch kernel. 此处暗中进行的行为:每次predictor run完,都会默认把数据从cuda拷贝到cpu
      f6461e39
    • 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
    • feature: buffer sharing, test=develop (#3161) · e04399ba
      石晓伟 提交于
      * feature: buffer sharing, test=develop
      
      * fix the warning of buffer.h, test=develop
      
      * test cuda only if necessary, test=develop
      e04399ba