1. 30 12月, 2022 1 次提交
  2. 16 12月, 2022 1 次提交
  3. 08 11月, 2022 1 次提交
  4. 03 11月, 2022 1 次提交
  5. 23 10月, 2022 1 次提交
  6. 20 10月, 2022 1 次提交
  7. 17 10月, 2022 1 次提交
  8. 27 9月, 2022 1 次提交
  9. 26 9月, 2022 1 次提交
  10. 14 9月, 2022 1 次提交
  11. 23 8月, 2022 1 次提交
  12. 12 8月, 2022 1 次提交
  13. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  14. 04 5月, 2022 1 次提交
  15. 05 4月, 2022 1 次提交
  16. 22 12月, 2021 1 次提交
  17. 14 12月, 2021 1 次提交
  18. 10 12月, 2021 1 次提交
  19. 15 9月, 2021 1 次提交
  20. 10 9月, 2021 1 次提交
  21. 09 9月, 2021 1 次提交
  22. 03 9月, 2021 1 次提交
  23. 18 8月, 2021 1 次提交
  24. 09 7月, 2021 1 次提交
  25. 05 7月, 2021 1 次提交
  26. 09 6月, 2021 1 次提交
  27. 02 4月, 2021 1 次提交
  28. 26 3月, 2021 1 次提交
  29. 24 3月, 2021 1 次提交
  30. 21 3月, 2021 1 次提交
  31. 19 3月, 2021 1 次提交
  32. 17 3月, 2021 1 次提交
  33. 12 3月, 2021 1 次提交
  34. 20 1月, 2021 1 次提交
  35. 13 1月, 2021 2 次提交
  36. 08 1月, 2021 1 次提交
  37. 27 11月, 2020 1 次提交
  38. 25 11月, 2020 1 次提交
    • H
      Quant nn2.0 (#28764) · 40f54537
      huangxu96 提交于
      * Impelement 2.0 API version Conv2d and Linear layer quantization in imperative mode.
      
      * use cudnn softmax in static Lenet
      
      * Modified ChannelwiseQAT Unittest for 2.0 API.
      
      * For CI python coverage.
      40f54537
  39. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa