We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138a9e1 commit a36db59Copy full SHA for a36db59
src/main/java/io/bioimage/modelrunner/pytorch/shm/TensorBuilder.java
@@ -55,7 +55,7 @@ private TensorBuilder() {}
55
* the {@link SharedMemoryArray} that is going to be converted into
56
* a {@link NDArray} tensor
57
* @param manager
58
- * DJL manager that controls the creation and destruction of {@link NDArrays}
+ * DJL manager that controls the creation and destruction of {@link NDArray}s
59
* @return the Pytorch {@link NDArray} as the one stored in the shared memory segment
60
* @throws IllegalArgumentException if the type of the {@link SharedMemoryArray}
61
* is not supported
0 commit comments