-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Sparse segment sum sqrtn op #7149
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
Closed
Closed
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
81e4c7f
Fix trt Test
codeislife99 8e2ce9a
Fixed stuff
d719346
Test TRT
4e160e9
Done
3104113
fix 0
24116fd
Trigger Build
e8b223f
Done
ff29e0c
SparseReshapeOp
fe3f7de
Remove Build Module changes
4fd2e57
Merge
3f5de52
Reset non-op changes
a521c1b
Remove stuff
04da7d4
More changes
c32b2dd
Op Level 3
fa5def3
Make Op changes only
dc8d1ce
Formatting Changes
2d48888
Only Transform changes
2e017fd
Correct Clang format version
b7000ac
Reset_to_clang-format-10
ea354d4
Merge Main
f14672a
Remove SparseFill Changes
0690155
PR stuff
8c1f1f4
Done
2730eff
Done
58bae15
Add Brief;
b1cbce0
Black
bee77e0
Address comments
5e08bcf
Address PR COmments
9954551
Change op Name to sparse_reshape
7508985
PR Comments
1072e58
Initial Code for Sparse Segment Sum
e143ffd
Done main work
3d1a60c
try something
3c73e40
Black
526af81
Add docstring
86558eb
Finish Test Cases
43b5f6b
SparseSegmentSumSqrtN
3ebdaa7
Done
31a1451
Add TF Frontend
7edf7e9
Op Level Testing
fb91d96
CI
e35122e
Update src/relay/op/tensor/transform.cc
codeislife99 3cd4e7c
Merge branch 'SparseSegmentSumOp' of github.com:codeislife99/incubato…
2e4a1ba
Update Description
166b61a
Logging.h
126d2b0
CI
c3aea20
Update src/relay/op/tensor/transform.cc
codeislife99 3b64901
Address comments
b7120f0
Comments
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
@mbrookhart Is
kInjectivethe correct pattern here?