-
Notifications
You must be signed in to change notification settings - Fork 766
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
Conversation
@lisamhy 请更新中文文档 PR |
docs/api/paddle/finfo_cn.rst
Outdated
- **eps** (double) - 该数据类型所能表示的最小数,使得 1.0 + eps ≠ 1.0 。 | ||
- **resolution** (double) - 这种类型的近似小数分辨率。 | ||
- **smallest_normal** (double) - 这种类型的最小的正 normal 数。 | ||
- **tiny** (double) - 这种类型的最小的正正数,和 smallest_normal 相同。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的正正数也统一改成 正 normal 数
叭
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sunzhongkai588 已经修改,辛苦review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PaddlePaddle Hackathon 第四期】No.1:为 Paddle 新增 finfo API
PaddlePaddle/Paddle#50987