File tree 1 file changed +4
-2
lines changed
ndarray/src/main/java/org/tensorflow/ndarray
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,8 @@ default Stream<T> streamOfObjects() {
291
291
* array, or an exception is thrown. After the copy, content of the buffer and of the array can be
292
292
* altered independently, without affecting each other.
293
293
*
294
- * <p><i>Note: this method was previously named `read(DataBuffer<T>)`, which led to confusion.</i>
294
+ * <p><i>Note: in version 0.4.0 and earlier, this method was named `read(DataBuffer<T>)`. It has been renamed to
295
+ * explicitly indicate the direction of the data flow to avoid confusion.</i>
295
296
*
296
297
* @param dst the destination buffer
297
298
* @return this array
@@ -307,7 +308,8 @@ default Stream<T> streamOfObjects() {
307
308
* array, or an exception is thrown. After the copy, content of the buffer and of the array can be
308
309
* altered independently, without affecting each other.
309
310
*
310
- * <p><i>Note: this method was previously named `write(DataBuffer<T>)`, which led to confusion.</i>
311
+ * <p><i>Note: in version 0.4.0 and earlier, this method was named `write(DataBuffer<T>)`. It has been renamed to
312
+ * explicitly indicate the direction of the data flow to avoid confusion.</i>
311
313
*
312
314
* @param src the source buffer
313
315
* @return this array
You can’t perform that action at this time.
0 commit comments