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

转换规则 No.80 torch.Tensor.geqrf #211

Merged
merged 2 commits into from
Aug 3, 2023

Conversation

longranger2
Copy link
Contributor

@paddle-bot
Copy link

paddle-bot bot commented Jul 29, 2023

Thanks for your contribution!

@paddle-bot paddle-bot bot added contributor External developers status: proposed labels Jul 29, 2023
@longranger2 longranger2 changed the title 转换规则 No.90 torch.Tensor.geqrf 转换规则 No.80 torch.Tensor.geqrf Jul 29, 2023
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Jul 31, 2023
"""
import torch
x = torch.tensor([1])
result = torch.geqrf(x)
Copy link
Collaborator

Choose a reason for hiding this comment

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

如果是troch.geqrf,则是这样调用:torch.geqrf(x)

如果是troch.Tensor.geqrf,则是这样调用:x.geqrf()

@longranger2
Copy link
Contributor Author

@zhwesky2010 修改好了,辛苦review下~

@zhwesky2010 zhwesky2010 merged commit ceaf3fa into PaddlePaddle:master Aug 3, 2023
@longranger2 longranger2 deleted the geqrf branch September 10, 2023 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers HappyOpenSource 快乐开源活动issue与PR status: proposed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants