Skip to content

Pull latest tensorflow master - #10

Merged
JimClarke5 merged 9 commits into
JimClarke5:masterfrom
tensorflow:master
Feb 11, 2021
Merged

Pull latest tensorflow master#10
JimClarke5 merged 9 commits into
JimClarke5:masterfrom
tensorflow:master

Conversation

@JimClarke5

Copy link
Copy Markdown
Owner

No description provided.

jbentleyEGand others added 9 commits February 3, 2021 22:53
* 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
@JimClarke5
JimClarke5 merged commit 5b0374b into JimClarke5:masterFeb 11, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@JimClarke5@jbentleyEG@rnett@karllessard@MarkDaoust