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

【Pten】Change output type of backward_api from tuple to vector #39229

Merged
merged 1 commit into from Jan 26, 2022

Conversation

zyfncg
Copy link
Contributor

@zyfncg zyfncg commented Jan 25, 2022

PR types

Others

PR changes

APIs

Describe

将反向C++ API返回多个结果时的数据类型由std::tuple<Tensor, Tensor, ...>修改为std::vector<std::vector<Tensor>>

@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@zyfncg zyfncg merged commit 33b3e28 into PaddlePaddle:develop Jan 26, 2022
@zyfncg zyfncg deleted the backward_api_output branch January 26, 2022 06:47
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.

None yet

4 participants