Skip to content

Conversation

@GoldenStain
Copy link
Contributor

PR Category

Execute Infrastructure

PR Types

Improvements

Description

修改MapVariable,使之能够接受多个var输入。

PCard-66972

@PaddlePaddle PaddlePaddle locked and limited conversation to collaborators Mar 3, 2025
@PaddlePaddle PaddlePaddle unlocked this conversation Mar 3, 2025
@PaddlePaddle PaddlePaddle locked and limited conversation to collaborators Mar 3, 2025
@PaddlePaddle PaddlePaddle unlocked this conversation Mar 3, 2025
@paddle-bot
Copy link

paddle-bot bot commented Mar 3, 2025

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

Copy link
Member

@SigureMo SigureMo left a comment

Choose a reason for hiding this comment

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

LGTMeow 🐾

相关问题可以单独 PR 修改


def __init__(self, func, val_iterator, graph, tracker):
super().__init__(val_iterator, graph, tracker)
def __init__(self, func, iters, graph, tracker):
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
def __init__(self, func, iters, graph, tracker):
def __init__(self, fn, iters: tuple[VariableBase, ...], graph, tracker):

@SigureMo SigureMo changed the title [SOT] Reconstruct MapVariable to align with Python [SOT] Refactor MapVariable to align with Python Mar 3, 2025
@SigureMo SigureMo merged commit d25caa5 into PaddlePaddle:develop Mar 3, 2025
34 checks passed
Enigmatisms pushed a commit to Enigmatisms/Paddle that referenced this pull request Mar 6, 2025
@GoldenStain GoldenStain deleted the map branch March 19, 2025 13:54
YqGe585 pushed a commit to YqGe585/Paddle that referenced this pull request May 7, 2025
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