Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following describes the layout of the repository and its different artifacts
* All artifacts that build up the core language bindings of TensorFlow for Java.
* Those artifacts provide the minimal support required to use the TensorFlow runtime on a JVM.

* `tensorflow-utils`
* `tensorflow-tools`
* Utility libraries that do not depend on the TensorFlow runtime but are useful for machine learning purposes

* `tensorflow-frameworks`
Expand All @@ -37,7 +37,7 @@ The following describes the layout of the repository and its different artifacts
* `tensorflow-starters`
* Artifacts aggregating others for simplifying dependency management with TensorFlow

*Note: Right now, only the `tensorflow-core` component is present*
*Note: Right now, only the `tensorflow-core` and `tensorflow-tools` components are present*

## Building Sources

Expand Down