-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Cleanup][A-1,A-2,A-3,A-4] clean some VarType
for test
#61466
Conversation
|
|
DataType 不可以改的,现在 DataType 还没绑到 paddle.float32,这个任务的最终目标就是 DataType 绑到 paddle.float32 |
这个 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.
其余看起来没有问题~
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.
任务已上新~ VarType 残留还很多,之后我们会继续讨论看看哪些可以继续发放出来 |
PR types
Others
PR changes
Others
Description
link #61385
替换 dtype == VarType.FP32 的 case 为 dtype == paddle.float32
@SigureMo @gouzil