-
Notifications
You must be signed in to change notification settings - Fork 724
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 lerp API docs #4123
add lerp API docs #4123
Conversation
Thanks for your contribution! |
docs/api/paddle/lerp_cn.rst
Outdated
|
||
- **x** (Tensor) - 输入的Tensor,数据类型为:float32、float64。 | ||
- **y** (Tensor) - 输入的Tensor,数据类型为:float32、float64。 | ||
- **weight** (float|Tensor) - 输入的Tensor,weight为Tensor时数据类型为:float32、float64。 |
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.
这三个参数描述都一样啊,都是:【输入的Tensor】
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.
done
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
增加
paddle.lerp
API文档。新增API PR:Paddle#37253