1. 07 12月, 2022 1 次提交
  2. 29 11月, 2022 1 次提交
  3. 22 11月, 2022 1 次提交
    • U
      [Docs]fix math api en docs issue (#47448) · 94c6ec86
      ustiniankw 提交于
      * fix_docx_stanh
      
      * fix einsum api en docs issue
      
      * fix model api en docs issue
      
      * for codestyle
      
      * fix_einsum.py_einsum, test=document_fix
      
      * fix_model.py_Model, test=ducument_fix
      
      * fix_creation.py_meshgrid, test=document_fix
      
      * fix_linalg.py_slogdet, test=document_fix
      
      * fix_loss.py_SoftMarginLoss_CrossEntropyLoss_NLLLoss_BCELoss, test=document_fix
      
      * norm.py_SyncBatchNorm, test=document-fix
      
      * norm.py_SyncBatchNorm, test=document_fix
      
      * norm.py_SyncBatchNorm, test=document_fix
      
      * list18-30, test=document_fix
      
      * refix_list1-15, test=document_fix
      
      * deletefiles, test=document_fix
      
      * fixedapi_pre-commit, test=document_fix
      
      * fix_list31-45, test=document_fix
      
      * list111, test=document_fix
      
      * some_fix, test=document_fix
      
      * some_fix, test=document_fix
      
      * somefix, test=document_fix
      
      * somefix, test=document_fix
      
      * refix, test=document_fix
      
      * refix, test=document_fix
      
      * refix, test=document_fix
      
      * refix, test=document_fix
      
      * rerfix, test=document_fix
      Co-authored-by: 梦柳's avatarLigoml <limengliu@tiaozhan.com>
      94c6ec86
  4. 03 11月, 2022 1 次提交
  5. 01 11月, 2022 1 次提交
  6. 23 10月, 2022 1 次提交
  7. 12 10月, 2022 1 次提交
  8. 27 9月, 2022 1 次提交
  9. 14 9月, 2022 1 次提交
  10. 26 8月, 2022 1 次提交
  11. 12 8月, 2022 1 次提交
  12. 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
  13. 22 2月, 2022 1 次提交
  14. 29 1月, 2022 1 次提交
  15. 09 9月, 2021 1 次提交
  16. 27 8月, 2021 1 次提交
  17. 18 8月, 2021 1 次提交
  18. 15 7月, 2021 1 次提交
  19. 05 7月, 2021 1 次提交
  20. 09 6月, 2021 1 次提交
  21. 26 3月, 2021 1 次提交
  22. 19 3月, 2021 1 次提交
  23. 12 3月, 2021 1 次提交
  24. 13 1月, 2021 1 次提交
    • H
      Implemented AddQuantDequantPass in imperative quantization. (#26692) · ee623bff
      huangxu96 提交于
      * Implemented AddQuantDequantPass in imperative quantization.
      
      * Supported LeakyReLU Quantization
      
      * For meeting coverage rate.
      
      * Changed the file name of test of AddQuantDequant
      
      * Implemented more Quantized NoWeightLayers.
      
      * Fix the loss cannot align problem between static and dynamic model quantization, add swish as supported quantized layer in imperative quantization.
      
      * remove noweight_list
      
      * support 2.0 API such as Pool2D and ReLu
      ee623bff
  25. 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
  26. 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
  27. 18 11月, 2020 1 次提交
  28. 14 10月, 2020 1 次提交
  29. 21 9月, 2020 1 次提交
    • H
      Quant op dev (#25932) · 02606d45
      huangxu96 提交于
      * Finished ChannelWiseQuantDequantAbsMaxOp and Passed unittests.
      
      * Finished channel-wise quantize strategy in imperative quantization.
      
      * Added Cuda code of ChannelWiseQuantDequantMaxAbsOP
      Add Cuda code of ChannelWiseQuantDequantMaxAbsOp
      
      * Add quant_axis for channel_wise quant.
      
      * fixed a bug in unnitests, which will not trigger axis = 1 case and cannot meet the coverage rate requirement.
      
      * Added some assert infomation and fixed some coding style mistakes.
      02606d45
  30. 10 9月, 2020 1 次提交
  31. 11 7月, 2020 1 次提交