1. 22 8月, 2023 1 次提交
    • W
      [xdoctest][task 171-180] reformat example code with google style in audio/* (#56159) · 29cc8b1a
      whisky-12 提交于
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      
      * [xdoctest][task 171-180] reformat example code with google style in audio/*
      29cc8b1a
  2. 07 8月, 2023 1 次提交
  3. 13 7月, 2023 1 次提交
  4. 26 6月, 2023 1 次提交
  5. 12 6月, 2023 1 次提交
  6. 09 6月, 2023 1 次提交
  7. 28 4月, 2023 1 次提交
  8. 24 4月, 2023 1 次提交
  9. 18 4月, 2023 1 次提交
  10. 31 3月, 2023 1 次提交
  11. 25 3月, 2023 1 次提交
  12. 23 3月, 2023 1 次提交
  13. 15 12月, 2022 1 次提交
    • Y
      修改了API文档的相关内容 (#49055) · b89cea33
      yuchen202 提交于
      * 修改了API文档的相关内容
      
      对weight_norm进行修改
      
      * Update python/paddle/profiler/utils.py
      
      * Update python/paddle/utils/cpp_extension/cpp_extension.py
      
      * Update python/paddle/device/__init__.py
      
      * Update python/paddle/device/__init__.py
      
      * test=document_fix
      
      * for Hyperlink; test=document_fix
      
      * Update dlpack.py
      
      * test=document_fix
      Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
      b89cea33
  14. 02 12月, 2022 1 次提交
  15. 01 12月, 2022 1 次提交
  16. 29 11月, 2022 1 次提交
  17. 25 11月, 2022 1 次提交
    • C
      [PROFILER] add flops for Profiler (#47766) · 3d1981ad
      Chitsing KUI 提交于
      * attr ready
      
      * op ip ready
      
      * start dynamic
      
      * end2end ok
      
      * input shape to map, stat by op
      
      * layer wip
      
      * first version ready
      
      * fix proto depds
      
      * fix profiler deps
      
      * fix flops typo, rm tuple shape
      3d1981ad
  18. 09 11月, 2022 1 次提交
  19. 08 11月, 2022 1 次提交
  20. 03 11月, 2022 1 次提交
  21. 01 11月, 2022 2 次提交
    • N
      [CodeStyle][E711] use `is`/`is not` for comparison with `None` (#47452) · a35a4a53
      Nyakku Shigure 提交于
      * [CodeStyle][E711] use `is`/`is not` for comparison with `None`
      
      * `self.assertTrue($A is None)` -> `self.assertIsNone($A)`
      
      * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertEqual($A, None)` -> `self.assertIsNone($A)`
      
      * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
      a35a4a53
    • N
      [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True` (#47464) · 5a2ab683
      Nyakku Shigure 提交于
      * [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True`
      
      * revert changes in fluid
      
      * revert unrelated file
      
      * revert changes in norm
      
      * revert changes in auto_parallel_amp
      
      * fix norm and auto_parallel_amp
      
      * revert a typo fix due to fixed at #47477
      5a2ab683
  22. 23 10月, 2022 1 次提交
  23. 20 10月, 2022 1 次提交
  24. 19 10月, 2022 1 次提交
  25. 12 10月, 2022 1 次提交
  26. 22 9月, 2022 1 次提交
    • I
      [docs] fix some format issue (#45752) · 2963e6a0
      Infinity_lee 提交于
      * fix some error
      
      * fix
      
      * fix some error
      
      * fix bugs
      
      * fix some errors
      
      * fix
      
      * Update transform.py
      
      fix some docs errors
      
      * Update normal.py
      
      fix some doc errors
      
      * Update uniform.py
      
      fix some docs errors
      
      * Update kl.py
      
      fix some docs errors
      
      * Update math.py
      
      fix some docs error
      
      * Update math.py
      
      fix heaviside links
      
      * Update loss.py
      
      fix
      
      * Update transform.py
      
      fix bugs
      
      * Update math.py
      
      fix
      
      * fix some format issue
      
      * Update normal.py
      
      * fix missing np
      
      * order imports
      
      * fix some flake8 warning
      
      * Update python/paddle/tensor/math.py
      
      * fix OP-->API
      
      * fix op
      
      * fix grid_sample format
      
      * trim trailing whitespace
      
      * empty commit, test=document_fix
      
      * empty commit
      Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
      Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
      2963e6a0
  27. 14 9月, 2022 1 次提交
  28. 23 8月, 2022 1 次提交
  29. 22 8月, 2022 1 次提交
  30. 19 8月, 2022 1 次提交
  31. 16 8月, 2022 1 次提交
  32. 11 8月, 2022 1 次提交
  33. 04 8月, 2022 1 次提交
    • N
      [Docs][en] adjust code example format (#44679) · d5de7886
      Nyakku Shigure 提交于
      * add name attribute to code-block, test=document_fix
      
      * remove redundant labels, test=document_fix
      
      * remove redundant labels (from upstream), test=document_fix
      
      * more COPY-FROM (try multiple code example), test=document_fix
      
      * empty commit, try to trigger PR-CI-build
      
      * fix some `Examples:` format issues
      
      * fix some ci errors
      d5de7886
  34. 26 7月, 2022 1 次提交
  35. 04 7月, 2022 1 次提交
  36. 30 6月, 2022 1 次提交
  37. 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
  38. 12 5月, 2022 1 次提交
  39. 07 5月, 2022 1 次提交