-
Notifications
You must be signed in to change notification settings - Fork 803
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
add Digamma op #10066
Merged
youxiudeshouyeren
merged 32 commits into
Oneflow-Inc:master
from
youxiudeshouyeren:digamma_op_dev
Apr 12, 2023
Merged
add Digamma op #10066
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
cb8ffea
digamma op dev
youxiudeshouyeren fec26e3
unittest
youxiudeshouyeren 44e1340
Merge branch 'master' into digamma_op_dev
youxiudeshouyeren 8aac0c7
refine
youxiudeshouyeren b1fe15b
tensor.digamma api
youxiudeshouyeren 0e92082
flow.digamma api
youxiudeshouyeren a08eada
fix test
youxiudeshouyeren b60259f
unittest
youxiudeshouyeren e7a3e19
Merge branch 'digamma_op_dev' of github.com:youxiudeshouyeren/oneflow…
youxiudeshouyeren 2e0248e
fmt
youxiudeshouyeren 98ebc8b
auto fmt
youxiudeshouyeren d8e5b0f
add api psi
youxiudeshouyeren 98cf0a7
docstr
youxiudeshouyeren b0702e2
fmt
youxiudeshouyeren c1759ec
fix docstr
youxiudeshouyeren 4b41d24
refine
youxiudeshouyeren 17fe31a
fmt
youxiudeshouyeren 8b80a76
fmt
youxiudeshouyeren a86d041
Merge branch 'master' into digamma_op_dev
youxiudeshouyeren fe44442
Merge branch 'master' into digamma_op_dev
youxiudeshouyeren e126953
add references
youxiudeshouyeren e1105d9
Merge branch 'digamma_op_dev' of github.com:youxiudeshouyeren/oneflow…
youxiudeshouyeren 809892d
fmt
youxiudeshouyeren 7130878
fix build
youxiudeshouyeren d1f63ea
fmt
youxiudeshouyeren 6af454e
Merge branch 'master' into digamma_op_dev
youxiudeshouyeren 75ff719
Merge branch 'youxiudeshouyeren-digamma_op_dev'
youxiudeshouyeren 6c0055f
Merge branch 'master' into digamma_op_dev
youxiudeshouyeren 190aabb
fix
youxiudeshouyeren 68681e2
Merge branch 'master' into digamma_op_dev
youxiudeshouyeren 8edc5e8
Merge branch 'master' into digamma_op_dev
mergify[bot] 3e32f4c
Merge branch 'master' into digamma_op_dev
mergify[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,7 @@ enum class UnaryOp { | |
kCeil, | ||
kCos, | ||
kCosh, | ||
kDigamma, | ||
kErf, | ||
kErfc, | ||
kExp, | ||
|
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
Oops, something went wrong.
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.
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.
已添加