Skip to content

Commit

Permalink
Changing name
Browse files Browse the repository at this point in the history
  • Loading branch information
markbookk committed Apr 19, 2021
1 parent 601bd15 commit 72b9e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/ai/djl/ndarray/NDArray.java
Original file line number Diff line number Diff line change
Expand Up @@ -4630,7 +4630,7 @@ default NDArray oneHot(int depth) {
* Batchwise product of this {@code NDArray} and the other {@code NDArray}.
*
* <ul>
* <li>batch_dot is used to compute dot product of x and y when x and y are data in batch,
* <li>batchDot is used to compute dot product of x and y when x and y are data in batch,
* namely N-D (N greater or equal to 3) arrays in shape of (B0, …, B_i, :, :). For
* example, given x with shape (B_0, …, B_i, N, M) and y with shape (B_0, …, B_i, M, K),
* the result array will have shape (B_0, …, B_i, N, K), which is computed by:
Expand Down

0 comments on commit 72b9e9f

Please sign in to comment.