forked from tensorflow/java
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pull latest tensorflow master #10
Merged
Merged
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
* Don't force test runs in ndarray and framework Signed-off-by: Ryan Nett <rnett@calpoly.edu> * gitignore bazel config files Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Add CONTRIBUTING.md Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Add note about code generation Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Updates Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Use set TF_CUDA_COMPUTE_CAPABILITIES by default Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Add dedicated native builds section Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Fix quoting Signed-off-by: Ryan Nett <rnett@calpoly.edu>
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
* Expose env to Op, add nicer error messages when crossing environments Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Remove outdated test Signed-off-by: Ryan Nett <rnett@calpoly.edu>
* Simplify generic parameters across losses and metrics. * Reformat code * Change order of TrainOps and QuantiQuantizationOps. For some reason, when I build it reverses these 2 from master's version. * Fix LossMetric to change abstract "call" method to use gneric parameter for predictions instead of <T>. * Reformat code, fix javadoc * Remove trailing character Co-authored-by: Karl Lessard <karl.lessard@gmail.com>
* Start of Indexing api Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Add javadoc Signed-off-by: Ryan Nett <rnett@calpoly.edu> * codegen Signed-off-by: Ryan Nett <rnett@calpoly.edu> * op test Signed-off-by: Ryan Nett <rnett@calpoly.edu> * fix test Signed-off-by: Ryan Nett <rnett@calpoly.edu> * explain expected shape, fix slice input Signed-off-by: Ryan Nett <rnett@calpoly.edu> * add a final Signed-off-by: Ryan Nett <rnett@calpoly.edu> * fix constructor visibility Signed-off-by: Ryan Nett <rnett@calpoly.edu> * fix range check Signed-off-by: Ryan Nett <rnett@calpoly.edu> * start of adapting ndarray indexing Signed-off-by: Ryan Nett <rnett@calpoly.edu> * remove old Index class Signed-off-by: Ryan Nett <rnett@calpoly.edu> * test fix for rebase Signed-off-by: Ryan Nett <rnett@calpoly.edu> * test fix for rebase Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Out of bounds warnings Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Remove extra classes, plus a few fixes Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Tests Signed-off-by: Ryan Nett <rnett@calpoly.edu> * ToString methods Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Cleanup and formatting Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Cleanup and formatting Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Javadocs cleanup, new names Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Split Slice into nullability cases Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Change benchmark to fork once by default Signed-off-by: Ryan Nett <rnett@calpoly.edu> * Remove expand Signed-off-by: Ryan Nett <rnett@calpoly.edu> * remove tensor references Signed-off-by: Ryan Nett <rnett@calpoly.edu>
* Add docs generation script. * overlay files from tensorflow-core-api/src/gen/java/org/tensorflow
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.
No description provided.