Skip to content

Commit

Permalink
removed Line
Browse files Browse the repository at this point in the history
  • Loading branch information
enpasos committed Jul 2, 2021
1 parent ae54fc1 commit 1b1c97d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ public NDList dropout(NDArray input, float rate, boolean training) {
@Override
public NDList layerNorm(
NDArray input, Shape normalizedShape, NDArray gamma, NDArray beta, float eps) {

return new NDList(
JniUtils.layerNorm(
(PtNDArray) input,
Expand Down

0 comments on commit 1b1c97d

Please sign in to comment.