Skip to content

Move ndarray library to its own repository #301

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 1 commit into from
May 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ 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



## 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