Skip to content

Commit 63458d2

Browse files
authored
Move ndarray library to its own repository (#301)
1 parent ebad200 commit 63458d2

File tree

180 files changed

+6
-21953
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+6
-21953
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@ The following describes the layout of the repository and its different artifacts
2727
* Primary API for building and training neural networks with TensorFlow
2828
* Intended audience: neural network developers
2929
* For more information: [tensorflow-framework/README.md](tensorflow-framework/README.md)
30-
31-
* `ndarray`
32-
* Generic utility library for n-dimensional data I/O operations
33-
* Used by TensorFlow but does not depend on TensorFlow
34-
* Intended audience: any developer who needs a Java n-dimensional array implementation, whether or not they
35-
use it with TensorFlow
36-
30+
3731

3832
## Communication
3933

ndarray/README.md

Lines changed: 0 additions & 122 deletions
This file was deleted.

ndarray/pom.xml

Lines changed: 0 additions & 91 deletions
This file was deleted.

ndarray/src/main/java/org/tensorflow/ndarray/BooleanNdArray.java

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)