1. 05 3月, 2020 1 次提交
  2. 04 3月, 2020 1 次提交
  3. 03 3月, 2020 2 次提交
  4. 29 2月, 2020 1 次提交
  5. 28 2月, 2020 1 次提交
    • M
      add sequence_conv op and arm kernel (#3016) · c5d69591
      mapingshuo 提交于
      * add sequence_conv op and arm kernel
      
      * add test, test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * modify code style. test=develop
      
      * fix ut, test=develop
      
      * delete unused code, test=develop
      c5d69591
  6. 24 2月, 2020 1 次提交
  7. 20 2月, 2020 1 次提交
  8. 17 2月, 2020 1 次提交
  9. 13 2月, 2020 2 次提交
  10. 12 2月, 2020 2 次提交
  11. 11 2月, 2020 1 次提交
  12. 04 2月, 2020 1 次提交
    • Y
      [ARM] 5x5dw and sgemv support fuse activation, test=develop (#2797) · 42bbd157
      yiicy 提交于
      * refactor 5x5s1 dw conv armv8, test=develop
      
      * [ARM] refactor depthwise conv 5x5s1, and support relu6, leakey relu, test=develop
      
      * [ARM] sgemv support fuse relu6 and leakey relu,test=develop
      
      * [ARM] reduce some conv ut case, test=develop
      
      * [ARM] fix 5x5dw conv pick kernel bug, test=develop
      
      * fix code style, test=develop
      
      * [ARM] fix sgemv fuse relu6 bug, test=develop
      
      * [ARM] fix fp32 5x5s1 dw bug, test=develop
      
      * [ARM] fix fp32 5x5 dw conv pick kernel bug, test=develop
      42bbd157
  13. 24 1月, 2020 1 次提交
  14. 21 1月, 2020 1 次提交
  15. 19 1月, 2020 1 次提交
  16. 16 1月, 2020 1 次提交
  17. 15 1月, 2020 1 次提交
  18. 14 1月, 2020 3 次提交
  19. 13 1月, 2020 2 次提交
  20. 10 1月, 2020 1 次提交
  21. 09 1月, 2020 1 次提交
  22. 08 1月, 2020 1 次提交
  23. 07 1月, 2020 1 次提交
  24. 03 1月, 2020 1 次提交
  25. 31 12月, 2019 3 次提交
    • W
      X86 and cuda compile simutaneously cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo... · a48c8b23
      Wilber 提交于
      X86 and cuda compile simutaneously cmake ..  -DCMAKE_BUILD_TYPE=RelWithDebInfo  -DWITH_MKL=ON           -DLITE_WITH_CUDA=ON           -DWITH_MKLDNN=OFF           -DLITE_WITH_X86=ON           -DLITE_WITH_PROFILE=OFF          -DWITH_LITE=OFF           -DLITE_WITH_LIGHT_WEIGHT_FRAMEWORK=OFF           -DWITH_PYTHON=OFF           -DWITH_TESTING=ON           -DLITE_WITH_ARM=OFF           -DLITE_ON_TINY_PUBLISH=OFF           -DCUDNN_ROOT=/usr/local/cudnn/           -DLITE_BUILD_EXTRA=ON (#2708)
      
      x86 and cuda compile simutaneously
      a48c8b23
    • Z
      [XPU] bn unit test (#2706) · 9c124cb0
      zhupengyang 提交于
      test=develop
      9c124cb0
    • H
      [LITE][NPU][XPU] Refine the registration and implementation of op bridges (#2700) · fb668935
      hong19860320 提交于
      * Fix the compiling error which occurs when specify the ddk_root path and build for huawei NPU.
      
      * Refine the registration of op bridges and make it similar to the registration of op and kernel.
      
      * Refine the interfaces of the graph and node for op bridges, and support creating constant and data node automatically according to the attribute 'persistable' of the target tensor.
      
      * Add the unit test of the scale and softmax op bridge for NPU.
      fb668935
  26. 26 12月, 2019 1 次提交
  27. 25 12月, 2019 2 次提交
    • J
      fix op inputs and outputs type (#2647) · adbd8d85
      juncaipeng 提交于
      * fix op inputs and outputs type, test=develop
      adbd8d85
    • Y
      [X86] Polish the implementation of fc and imporve the unittest (#2656) · a0f01efa
      Yiqun Liu 提交于
      * Remove GEMM padding in fc_compute.
      test=develop
      
      * Write a common ParallelFor function to run the for loop in parallel.
      
      * Add the codes of padding GEMM back in fc.
      
      * Refine the code of fc when padding_weight is false to avoid the definition of temporary Tensor.
      
      * Refine the unit test of fc and add testing case of padding and parallel.
      test=develop
      
      * Enable more test cases in common fc unittest, including padding and parallel for x86 target.
      
      * Remove the fc test under kernels/x86.
      test=develop
      
      * Disable relu in test of fc for non-x86 target.
      test=develop
      
      * Change the eps of arm.
      test=develop
      a0f01efa
  28. 24 12月, 2019 4 次提交