-
Notifications
You must be signed in to change notification settings - Fork 267
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
【Hackathon 5 No.15】为 Paddle 新增 Tensor.to()/Layer.astype() API #690
Merged
zhwesky2010
merged 3 commits into
PaddlePaddle:master
from
YibinLiu666:tensor_to_layer_astype_rfc
Oct 17, 2023
Merged
【Hackathon 5 No.15】为 Paddle 新增 Tensor.to()/Layer.astype() API #690
zhwesky2010
merged 3 commits into
PaddlePaddle:master
from
YibinLiu666:tensor_to_layer_astype_rfc
Oct 17, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zhwesky2010
reviewed
Oct 11, 2023
rfcs/APIs/20231009_api_design_for_tensor_to_and_layer_astype.md
Outdated
Show resolved
Hide resolved
rfcs/APIs/20231009_api_design_for_tensor_to_and_layer_astype.md
Outdated
Show resolved
Hide resolved
rfcs/APIs/20231009_api_design_for_tensor_to_and_layer_astype.md
Outdated
Show resolved
Hide resolved
- tensor仅进行数据类型的切换,float32到float64等。 | ||
- tensor切换数据类型和设备。 | ||
- 同步阻塞拷贝测试。 | ||
- layer数据类型的切换测试。 |
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.
已添加
zhwesky2010
approved these changes
Oct 17, 2023
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
yangguohao
pushed a commit
to yangguohao/community
that referenced
this pull request
Oct 22, 2023
…Paddle#690) * add rfc * update * update
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
【PaddlePaddle Hackathon 5th】开源贡献个人挑战赛