Skip to content

Commit

Permalink
Merge pull request #18 from tensorflow/master
Browse files Browse the repository at this point in the history
Sync with master
  • Loading branch information
JimClarke5 authored May 1, 2021
2 parents 2ff8dfe + 62fa275 commit ee5e38a
Show file tree
Hide file tree
Showing 185 changed files with 58,173 additions and 21,997 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@ The following describes the layout of the repository and its different artifacts
* Primary API for building and training neural networks with TensorFlow
* Intended audience: neural network developers
* For more information: [tensorflow-framework/README.md](tensorflow-framework/README.md)

* `ndarray`
* Generic utility library for n-dimensional data I/O operations
* Used by TensorFlow but does not depend on TensorFlow
* Intended audience: any developer who needs a Java n-dimensional array implementation, whether or not they
use it with TensorFlow


*Note: The NdArray Library module has now its own [repository](https://github.com/tensorflow/java-ndarray) and has been moved out of TensorFlow Java.*

## Communication

Expand Down
122 changes: 0 additions & 122 deletions ndarray/README.md

This file was deleted.

91 changes: 0 additions & 91 deletions ndarray/pom.xml

This file was deleted.

108 changes: 0 additions & 108 deletions ndarray/src/main/java/org/tensorflow/ndarray/BooleanNdArray.java

This file was deleted.

Loading

0 comments on commit ee5e38a

Please sign in to comment.