You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,31 +91,30 @@ assertEquals(3, slice.getInt(1, 0)); // (1, 1, 0) in the original matrix
91
91
92
92
The NdArray library is independent of the TensorFlow runtime library, making it a good choice for
93
93
manipulating multi-dimensional data structures from anywhere. But as an example, here
94
-
is how it is actually being used by the [TensorFlow Core API](https://github.com/tensorflow/java/tree/master/tensorflow-core/tensorflow-core-api):
94
+
is how it is actually being used by the [TensorFlow Java API](https://github.com/tensorflow/java/):
95
95
96
96
```java
97
97
// Allocate a tensor of 32-bits integer of the shape (2, 3, 2)
0 commit comments