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 lerp API docs #4123

Merged
merged 5 commits into from
Dec 9, 2021
Merged

add lerp API docs #4123

merged 5 commits into from
Dec 9, 2021

Conversation

Avin0323
Copy link
Contributor

@Avin0323 Avin0323 commented Nov 30, 2021

增加paddle.lerp API文档。

新增API PR:Paddle#37253

@paddle-bot-old
Copy link

Thanks for your contribution!


- **x** (Tensor) - 输入的Tensor,数据类型为:float32、float64。
- **y** (Tensor) - 输入的Tensor,数据类型为:float32、float64。
- **weight** (float|Tensor) - 输入的Tensor,weight为Tensor时数据类型为:float32、float64。
Copy link
Collaborator

Choose a reason for hiding this comment

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

这三个参数描述都一样啊,都是:【输入的Tensor】

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Copy link
Collaborator

@jzhang533 jzhang533 left a comment

Choose a reason for hiding this comment

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

LGTM

@Avin0323 Avin0323 merged commit 6bb48d3 into PaddlePaddle:develop Dec 9, 2021
@Avin0323 Avin0323 deleted the add-lerp branch December 13, 2021 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants