1. 21 2月, 2020 1 次提交
  2. 20 2月, 2020 1 次提交
  3. 14 2月, 2020 1 次提交
  4. 13 2月, 2020 2 次提交
  5. 12 2月, 2020 2 次提交
  6. 24 1月, 2020 1 次提交
  7. 21 1月, 2020 1 次提交
  8. 19 1月, 2020 1 次提交
  9. 16 1月, 2020 1 次提交
  10. 15 1月, 2020 1 次提交
  11. 14 1月, 2020 2 次提交
  12. 13 1月, 2020 3 次提交
  13. 09 1月, 2020 1 次提交
  14. 08 1月, 2020 2 次提交
  15. 07 1月, 2020 1 次提交
  16. 03 1月, 2020 1 次提交
  17. 02 1月, 2020 1 次提交
  18. 31 12月, 2019 1 次提交
    • H
      [LITE][NPU][XPU] Refine the registration and implementation of op bridges (#2700) · a29c84a2
      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.
      a29c84a2
  19. 27 12月, 2019 1 次提交
  20. 24 12月, 2019 1 次提交
  21. 13 12月, 2019 1 次提交
  22. 10 12月, 2019 1 次提交
  23. 09 12月, 2019 1 次提交
  24. 07 12月, 2019 1 次提交
  25. 03 12月, 2019 1 次提交
  26. 30 11月, 2019 1 次提交
  27. 29 11月, 2019 2 次提交
  28. 28 11月, 2019 1 次提交
  29. 27 11月, 2019 1 次提交
  30. 26 11月, 2019 2 次提交
  31. 25 11月, 2019 1 次提交
  32. 22 11月, 2019 1 次提交
    • H
      update conv 2-pad to 4-pad (#2404) · 820eb6d4
      HappyAngel 提交于
      * fix conv 2-pad to 4-pad
      
      * fix compute conv shape
      
      * fix pad, test=develop
      
      * change conv_depthwise_3x3s1_fp.cc name to conv3x3s1p01_depthwise_fp32.cc to distinguish between conv3x3s1_depthwise_fp32.cc
      
      * delete printf note in conv3x3s1, test=develop
      
      * delete printf note, test=develop
      
      * delete gem_sdot.h, test=develop
      
      it is coped from __gemm_sdot_meta_.h
      
      * update compute padding, test=develop
      
      * fix padding size, must be 2 or 4. test=develop
      
      * fix format in operators/conv_op.cc, test=develop
      
      * change #if 0 to #if 1, test=develop
      
      * put 2-pad to 4-pad in AttachImpl, test=develop
      
      * fix clang-format error inn tests/math/connv_compute_test, test=develop
      
      * fix x86 test result error, test=develop
      
      * add asymmetric padding test case in liite/tests/math/conv_compute.cc, test=develop
      
      * change paddings type to support dynamically modify, test=develop
      
      * fix x86 build error in connv_compute_test, test=develop
      
      * fix opencl build error, test=develop
      
      * fix oopencl build error, test=develop
      
      * fix  opencl/conv_compute build error, test=develop
      
      * fix  opencl/conv_compute build error, test=develop
      
      * fix format in kernels/opencl/conv_computte_ttest,test=develop
      
      * fix build error, test=develop
      
      fix build error in kernels/x86/conv_compute.h
      820eb6d4