-
Notifications
You must be signed in to change notification settings - Fork 214
Indexing API #166
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
Merged
Merged
Indexing API #166
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
a1ab52f
Start of Indexing api
rnett 74ba9b0
Add javadoc
rnett 1c078ef
codegen
rnett 3abac56
op test
rnett 659fd68
fix test
rnett 73e8890
explain expected shape, fix slice input
rnett 57dc611
add a final
rnett 0f5211d
fix constructor visibility
rnett 1c35615
fix range check
rnett e446f3a
start of adapting ndarray indexing
rnett 0e7aa17
remove old Index class
rnett 6383df4
test fix for rebase
rnett 9b1da77
test fix for rebase
rnett f2c4966
Out of bounds warnings
rnett 35b7aaa
Remove extra classes, plus a few fixes
rnett f496aee
Tests
rnett 4f58b19
ToString methods
rnett 9590961
Cleanup and formatting
rnett 090cfb9
Cleanup and formatting
rnett 14e3c54
Javadocs cleanup, new names
rnett 8636f90
Split Slice into nullability cases
rnett fffdabd
Change benchmark to fork once by default
rnett 3d6c243
Remove expand
rnett 6e0e86f
remove tensor references
rnett 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
34 changes: 0 additions & 34 deletions
34
ndarray/src/main/java/org/tensorflow/ndarray/index/Flip.java
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
ndarray/src/main/java/org/tensorflow/ndarray/index/From.java
This file was deleted.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.