1. 03 4月, 2020 2 次提交
  2. 24 3月, 2020 2 次提交
  3. 23 3月, 2020 1 次提交
  4. 20 3月, 2020 1 次提交
  5. 18 3月, 2020 3 次提交
  6. 17 3月, 2020 1 次提交
  7. 16 3月, 2020 2 次提交
  8. 10 3月, 2020 1 次提交
  9. 09 3月, 2020 1 次提交
  10. 06 3月, 2020 1 次提交
  11. 05 3月, 2020 1 次提交
  12. 03 3月, 2020 1 次提交
  13. 02 3月, 2020 1 次提交
  14. 01 3月, 2020 1 次提交
  15. 28 2月, 2020 1 次提交
  16. 26 2月, 2020 1 次提交
  17. 24 2月, 2020 2 次提交
    • fix data type of asserts, test=develop (#2787) · 2b6fb9ba
      石晓伟 提交于
      2b6fb9ba
    • Y
      [LITE][OPENCL] support fp16 for cl_image_converter, layout, activation all... · 8b90a0c7
      Yuan Shuai 提交于
      [LITE][OPENCL] support fp16 for cl_image_converter, layout, activation all OpenCL image kernel. test=develop (#2964)
      
      * [LITE][OPENCL] support fp16 for cl_image_converter, layout, activation image kernel. test=develop
      
      * add conv, depthwise and UT. test=develop
      
      * add pool, conv, nearest_interp kernel. test=develop
      
      * support fp16 for scale, reshape, concat, fc buffer opencl kernel. test=develop
      
      * refactor for mul opencl buffer kernel. test=develop
      
      * support fp16 for elementwise_mul opecl image kernel. test=develop
      
      * support fp16 for elementwise_mul opencl image kernel. test=develop
      
      * support fp16 for ele_add, fuse_ele_add_act opencl kernel. test=develop
      
      * rename io_copy. test=develop
      
      * mobilenetv1,v2 passed on 855. test=develop
      
      * fix opt for opencl. test=develop
      8b90a0c7
  18. 22 2月, 2020 1 次提交
  19. 21 2月, 2020 1 次提交
  20. 20 2月, 2020 1 次提交
  21. 16 2月, 2020 1 次提交
  22. 14 2月, 2020 1 次提交
  23. 13 2月, 2020 1 次提交
  24. 12 2月, 2020 1 次提交
  25. 06 2月, 2020 1 次提交
    • J
      Support weight quantization (#2791) · 6329a9a2
      juncaipeng 提交于
      * optimize quant_dequant_fuse_pass, test=develop
      
      * update, test=develop
      
      * update, test=develop
      
      * fix bug for accessing the removed node, test=develop
      
      * set the bias of int8 conv as float, test=develop
      
      * support weight quantization, test=develop
      
      * up, test=develop
      
      * up, test=develop
      
      * up, test=develop
      6329a9a2
  26. 22 1月, 2020 1 次提交
  27. 16 1月, 2020 1 次提交
  28. 14 1月, 2020 1 次提交
  29. 09 1月, 2020 1 次提交
  30. 06 1月, 2020 1 次提交
  31. 03 1月, 2020 2 次提交
  32. 02 1月, 2020 1 次提交
  33. 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