-
Notifications
You must be signed in to change notification settings - Fork 5.8k
【Paddle Tensor No.2】新增 Tensor.__rfloordiv__
复用已有接口 Tensor.__floordiv__
#69222
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
【Paddle Tensor No.2】新增 Tensor.__rfloordiv__
复用已有接口 Tensor.__floordiv__
#69222
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感谢提交PR,有几点建议
…lee/Paddle into paddle-tensor-no4.rfloordiv
@enkilee Coverage这个CI需要麻烦合并一下最新的上游develop代码 |
收到 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Tensor.__rfloordiv__
复用已有接口 Tensor.__floordiv__
Tensor.__rfloordiv__
复用已有接口 Tensor.__floordiv__Tensor.__rfloordiv__
复用已有接口 Tensor.__floordiv__
PR Category
User Experience
PR Types
New features
Description
Paddle Tensor 规范化: 新增 Tensor.rfloordiv 复用已有接口 Tensor.floordiv