1. 06 6月, 2022 1 次提交
  2. 20 5月, 2022 1 次提交
  3. 12 5月, 2022 1 次提交
  4. 06 5月, 2022 2 次提交
  5. 21 4月, 2022 1 次提交
  6. 13 4月, 2022 1 次提交
  7. 09 4月, 2022 1 次提交
  8. 07 4月, 2022 1 次提交
  9. 23 3月, 2022 1 次提交
  10. 15 3月, 2022 1 次提交
  11. 22 2月, 2022 1 次提交
  12. 20 2月, 2022 1 次提交
  13. 17 2月, 2022 1 次提交
  14. 16 2月, 2022 1 次提交
  15. 14 2月, 2022 2 次提交
  16. 29 1月, 2022 2 次提交
  17. 18 1月, 2022 1 次提交
  18. 13 1月, 2022 1 次提交
  19. 12 1月, 2022 1 次提交
  20. 30 12月, 2021 1 次提交
  21. 29 12月, 2021 1 次提交
  22. 22 12月, 2021 1 次提交
  23. 21 12月, 2021 1 次提交
  24. 03 12月, 2021 1 次提交
  25. 29 11月, 2021 1 次提交
  26. 02 11月, 2021 1 次提交
  27. 29 9月, 2021 1 次提交
  28. 22 9月, 2021 1 次提交
  29. 18 9月, 2021 1 次提交
    • Z
      Change __init__.py to adapt the new FLAGS coding style and update CI to... · 74f38d63
      Zeng Jinle 提交于
      Change __init__.py to adapt the new FLAGS coding style and update CI to monitor FLAGS changing (#35849)
      
      * change __init__.py to adapt new FLAGS
      
      * test ci check, ready for revert
      
      * split __init__.py and FLAGS approval
      
      * Revert "test ci check, ready for revert"
      
      This reverts commit bbbd2442fe3e948fef790ec634085a2431474326.
      74f38d63
  30. 13 8月, 2021 1 次提交
  31. 28 7月, 2021 1 次提交
  32. 26 7月, 2021 1 次提交
  33. 19 7月, 2021 2 次提交
    • T
      Add Npu approval (#34231) · 8992e63a
      tianshuo78520a 提交于
      * notest;test=approval
      
      * add npu approval
      8992e63a
    • T
      Fix npu test approval (#34210) · 997e091d
      tianshuo78520a 提交于
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * del test py
      997e091d
  34. 15 7月, 2021 1 次提交
    • R
      Check api compatible (#34119) · 1889d504
      Ren Wei (任卫) 提交于
      * print the signatures of the apis
      
      * some faults, and a test case
      
      * use the FullArgSpec as the ArgSpec, repr>str
      
      为了延续脚本历史,把FullArgsSpec替换为ArgSpec;在逆转回对象时,记得加上inpect.FullArgSpec对象
      
      * script form @zhiboniu
      
      * parsearg
      
      * read argspec from file
      
      * add comments
      
      * refactor check_compatible and its testcases
      
      * skip the empty ArgSepc()
      
      * update the function, get inspect.FullArgSpec instances directly.
      
      * typo
      
      * for the functions using inner-defined VarType or other Class Type not accessable, use the string comparements.
      
      * typo
      
      * logging added
      
      * 若变量和默认值都增加了,用负数索引需要再处理下这个增加的内容
      
      * defaults itself may be NoneType
      
      * defaults added 2 items when args only added 1 item
      
      * same as the previous comment
      
      * enable the check_api_compatible.py
      
      * run test_check_api_compatible.py
      
      * sort the output of print_signatures.py
      1889d504
  35. 24 6月, 2021 1 次提交
    • R
      remove the tricks for `paddle.fluid.layers.ops.func` (#33731) · ba7e2a9f
      Ren Wei (任卫) 提交于
      * refactor check_pr_approval, allow using github login-id
      
      2. remove the tricks for paddle.fluid.layers.ops.func
      
      * add testcases
      
      * simplify the test data, and added to file diff approvals
      
      * remove a approver
      
      * test_print_signatrues runs on a simple pipeline, no paddle installed
      
      * testcases for print_signatrures and sampcd . python3 only.
      
      * remove unused import directives
      
      * remove unused import directives
      ba7e2a9f
  36. 16 6月, 2021 1 次提交