- 29 6月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 24 6月, 2021 1 次提交
-
-
由 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
-
- 22 6月, 2021 1 次提交
-
-
由 Ren Wei (任卫) 提交于
* using argparse to handle selections * 2 TODOs * 先不更改pipeline配置,这里强制改成GPU版本 * sorted the all_names * exec gpu sample codes tests incrementally * get all apis from the pr.spec file * condition with WITH_GPU WITH_GPU == ON save * delete the useless codes * delete the useless codes. test=document_fix * echo the diff result test=document_fix * dont reuse the variables * rename fun to _func not work. put it into the skiplist https://github.com/PaddlePaddle/Paddle/commit/038ffc795025170e8cda74bcd473b46301b9a1c0 test=document_fix * skip it in check api approvals test=document_fix save * skip the private _variables * print signatures wrong. now rename it to _func test=document_fix
-
- 21 6月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 16 6月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 10 6月, 2021 1 次提交
-
-
由 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的问题解决了
-
- 27 4月, 2021 1 次提交
-
-
由 Ren Wei (任卫) 提交于
* UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1788: ordinal not in range(128) test=document_fix str(doc) in python2 test=document_fix * update md5 function in count_api_without_core_ops.py str in py2 is different. test=document_fix
-
- 25 4月, 2021 1 次提交
-
-
由 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
-
- 24 4月, 2021 1 次提交
-
-
由 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
-
- 12 8月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* use alias name instead of original name for alias API * refine log message
-
- 28 7月, 2020 1 次提交
-
-
由 zhangchunle 提交于
-
- 13 5月, 2020 1 次提交
-
-
由 zhangchunle 提交于
-
- 13 4月, 2020 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 09 4月, 2020 2 次提交
-
-
由 Chen Weihang 提交于
-
由 Zeng Jinle 提交于
-
- 05 11月, 2019 1 次提交
-
-
由 tianshuo78520a 提交于
* split api_spec document;test=document_fix * change tools * test=develop;test=document_fix * test=develop;test=document_fix
-
- 11 10月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* refine print_signatures.py to remove ComposeNotAligned, test=develop * remove experimental_namespace, test=develop
-
- 14 8月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 02 7月, 2019 1 次提交
-
-
由 tianshuo78520a 提交于
* fix the api.spec file does not get the class comment problem * cat new.spec * check api.spec * test=develop
-
- 24 6月, 2019 1 次提交
-
-
由 lujun 提交于
add Dygraph api to api.spec
-
- 24 5月, 2019 1 次提交
-
-
由 tianshuo78520a 提交于
* test=develop * test=develop * test=develop * del #
-
- 28 3月, 2019 1 次提交
-
-
由 lujun 提交于
-
- 13 3月, 2019 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 02 3月, 2019 1 次提交
-
-
由 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
-
- 09 12月, 2018 1 次提交
-
- 07 12月, 2018 2 次提交
- 06 12月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 03 12月, 2018 1 次提交
-
-
由 Xin Pan 提交于
test=develop
-
- 29 11月, 2018 2 次提交
- 23 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 19 6月, 2018 1 次提交
-
-
由 yuyang18 提交于
-