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

PaddlePaddle Hackathon 第四期】No.1:为 Paddle 新增 finfo API #5660

Merged
merged 3 commits into from
Mar 7, 2023

Conversation

lisamhy
Copy link
Contributor

@lisamhy lisamhy commented Feb 27, 2023

PaddlePaddle Hackathon 第四期】No.1:为 Paddle 新增 finfo API

PaddlePaddle/Paddle#50987

docs/api/paddle/finfo_cn.rst Outdated Show resolved Hide resolved
docs/api/paddle/finfo_cn.rst Outdated Show resolved Hide resolved
docs/api/paddle/finfo_cn.rst Outdated Show resolved Hide resolved
@luotao1
Copy link
Collaborator

luotao1 commented Mar 6, 2023

@lisamhy 请更新中文文档 PR

@lisamhy
Copy link
Contributor Author

lisamhy commented Mar 6, 2023

@lisamhy 请更新中文文档 PR

已修改,麻烦review合入。 @luotao1

- **eps** (double) - 该数据类型所能表示的最小数,使得 1.0 + eps ≠ 1.0 。
- **resolution** (double) - 这种类型的近似小数分辨率。
- **smallest_normal** (double) - 这种类型的最小的正 normal 数。
- **tiny** (double) - 这种类型的最小的正正数,和 smallest_normal 相同。
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的正正数也统一改成 正 normal 数

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sunzhongkai588 已经修改,辛苦review

Copy link
Collaborator

@sunzhongkai588 sunzhongkai588 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@luotao1 luotao1 merged commit ba9a54f into PaddlePaddle:develop Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants