Skip to content

Conversation

@Xreki
Copy link
Collaborator

@Xreki Xreki commented Sep 28, 2025

PR Category

Bug Fix

Description

一些算子有多个计算结果,一些结果不应当作为返回值,如:

  • group_norm的第2、3个返回值,分别是mean、variance
  • rnn、einsum的第2、3个返回值,用于存储一些计算时用的cache

对于已经入库的样本,本PR手动删除一下多余的返回值。

@paddle-bot
Copy link

paddle-bot bot commented Sep 28, 2025

Thanks for your contribution!

@JewelRoam JewelRoam merged commit 357aaad into PaddlePaddle:develop Sep 28, 2025
3 of 5 checks passed
@Xreki Xreki deleted the fix_cv_samples_return branch September 28, 2025 02:28
JewelRoam pushed a commit to JewelRoam/GraphNet that referenced this pull request Oct 29, 2025
* Remove redundant returned values.

* Change the hash.
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