1. 21 6月, 2021 1 次提交
  2. 16 6月, 2021 1 次提交
  3. 10 6月, 2021 1 次提交
    • R
      fix the bug that `print_signature.py` cannot get all the public apis (#33423) · afa4bf51
      Ren Wei (任卫) 提交于
      * 增加方法获取和执行全量api的示例代码进行测试
      
      * start the sample code test for gpu
      
      * should import paddle separately
      
      * add a stdout handler, the default is stderr. the paddle_build.sh will catch the stdout content.
      
      * add RUN_ON_DEVICE into the requires set
      
      * if codeblok['required'] is empty, use the RUN_ON_DEVICE instead
      
      * set the threads to 16
      
      http://agroup.baidu.com/paddlepaddle-org-cn/md/article/4036225
      
      * 设置默认日志级别为INFO级别
      
      * using the logic from gen_doc.py
      
      * using modulelist to get the all apis
      
      * as we don't care which name is the shorttest, so fetch the first name in the all_names list
      
      * the new list from project
      
      * 先不启用gpu测试,先把print_signature获取不到全部API的问题解决了
      afa4bf51
  4. 27 4月, 2021 1 次提交
  5. 25 4月, 2021 1 次提交
    • R
      Cleanup the unused codes for samplecode testing (#32525) · 2328921f
      Ren Wei (任卫) 提交于
      * update testcases
      
      * remove unused codes
      
      * update the docstring for samcd_processor
      
      * no need to import the six module
      
      * 我也不知道为何有一个前导空格,但现在有单元测试,取消这个空格没啥问题
      
      * add unittests for print_signatures; add the first case for 'required' mechanism when executing sample code testing
      
      * there is no paddle installed in PR-CI-APPROVAL
      
      test=document_fix
      2328921f
  6. 24 4月, 2021 1 次提交
    • R
      print the real name for Functions instead of the ArgSpec (#32379) · ef8671e5
      Ren Wei (任卫) 提交于
      * print the real name for Functions instead of the ArgSpec
      
      class function method
      
      * some API's name is not __module__ + __name__
      
      so, we disard them temporarily.
      
      * update the logging format for console
      
      * ommit the top level of paddle package.
      
      * these APIs have been removed.
      
      test=document_fix
      
      * Another Error occerd
      
      * print_signatures.py 's stdout is redirect to spec file, so should not print any other info.
      
      so sad.
      
      * print the error msg to stderr
      
      * disable the __init__ magic method
      
      * update unittest for sampcd_processor.py
      
      update unittest for sampcd_processor.py
      
      * PR-CI-APPROVAL 's python interpreter name is not 'python3'.
      
      it's a python3.9;
      it does not have paddle installed yet.
      
      此句在CI流水线竟然不可以用。报python3找不到
      此句在CI流水线竟然不可以用。因为环境没有安装paddle
      
      * testing only extract api from __all__
      
      paddle module(the top module) does not have __add__
      test=document_fix
      
      * should import paddle here
      
      * update the mechanism of extractiong and executing for the sample-codes test.
      
      更新抽取代码和执行代码的逻辑
      优化输出打印
      
      * good code style
      ef8671e5
  7. 12 8月, 2020 1 次提交
  8. 28 7月, 2020 1 次提交
  9. 13 5月, 2020 1 次提交
  10. 13 4月, 2020 1 次提交
  11. 09 4月, 2020 2 次提交
  12. 05 11月, 2019 1 次提交
  13. 11 10月, 2019 1 次提交
  14. 14 8月, 2019 1 次提交
  15. 02 7月, 2019 1 次提交
  16. 24 6月, 2019 1 次提交
  17. 24 5月, 2019 1 次提交
  18. 28 3月, 2019 1 次提交
  19. 13 3月, 2019 1 次提交
  20. 02 3月, 2019 1 次提交
    • T
      Update detection API add new check document (#15848) · 26e3842d
      tianshuo78520a 提交于
      * Update detection API add new check document
      
      * update API.spec
      
      * test=develop;add shanyi15 approved API.spec
      
      * test=develop;update PM check API.spec
      
      * check api.spec
      
      * test=develop
      
      * update API.spec
      
      * test=develop;update API.spec
      
      * update API.spec
      
      * cat API.spec
      
      * update documnent in api.spec
      
      * check python35 api.spec
      
      * update print_signatures md5 function
      
      * test=develop
      
      * update API.spec
      
      * test=develop;fix python3 API.spec diff
      
      * test=develop
      
      * test=develop
      
      * test=develop
      26e3842d
  21. 09 12月, 2018 1 次提交
  22. 07 12月, 2018 2 次提交
  23. 06 12月, 2018 1 次提交
  24. 03 12月, 2018 1 次提交
    • X
      polish · 35e6b5e1
      Xin Pan 提交于
      test=develop
      35e6b5e1
  25. 29 11月, 2018 2 次提交
  26. 23 8月, 2018 1 次提交
  27. 19 6月, 2018 1 次提交