Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add float16 to less_than #51095

Closed
wants to merge 3 commits into from
Closed

add float16 to less_than #51095

wants to merge 3 commits into from

Conversation

ShiYue-oo
Copy link
Contributor

@ShiYue-oo ShiYue-oo commented Mar 2, 2023

PR types

Bug fixes

PR changes

APIs

Describe

add float16 to less_than
任务:#50832
中文文档:PaddlePaddle/docs#5669

@paddle-bot
Copy link

paddle-bot bot commented Mar 2, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@zhangting2020
Copy link
Contributor

关注下代码风格检查PR-CI-Codestyle-Check,根据提示修改

@longranger2
Copy link
Contributor

可以看看代码风格的介绍
具体步骤就是:

  1. 安装pre-commit
pip install pre-commit==2.17.0
pre-commit install
  1. git commit提交修改后会pre-commit将自动检查修改文件的代码规范,并对不符合规范的文件进行格式化
  2. 此时,git commit 并未执行成功,需要将 pre-commit 对文件的修改添加到暂存区,再次 commit,直到 pre-commit 代码检查通过后,本次提交才算完成

@ShiYue-oo
Copy link
Contributor Author

可以看看代码风格的介绍 具体步骤就是:

  1. 安装pre-commit
pip install pre-commit==2.17.0
pre-commit install
  1. git commit提交修改后会pre-commit将自动检查修改文件的代码规范,并对不符合规范的文件进行格式化
  2. 此时,git commit 并未执行成功,需要将 pre-commit 对文件的修改添加到暂存区,再次 commit,直到 pre-commit 代码检查通过后,本次提交才算完成

@ShiYue-oo ShiYue-oo closed this Mar 3, 2023
@ShiYue-oo
Copy link
Contributor Author

好的,我现在试试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants