Skip to content

Commit

Permalink
cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KexinFeng committed Jun 8, 2023
1 parent 4de7b7b commit 46bae27
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/src/main/java/ai/djl/ndarray/NDList.java
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,6 @@ public NDArray get(String name) {
return null;
}

/** {@inheritDoc} */
@Override
public NDArray get(int index) {
return super.get(index);
}

/**
* Removes the first occurrence of the specified element from this NDList if it is present.
*
Expand Down

0 comments on commit 46bae27

Please sign in to comment.