Skip to content

Commit c315386

Browse files
authored
Fix StaticDense docstring (#493)
1 parent 367bf83 commit c315386

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fast_layers.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ algebra operations. Should only be used for input/output sizes of approximately
120120
Note that this function has specializations on `tanh` for a slightly faster
121121
adjoint with Zygote.
122122
"""
123-
124123
struct StaticDense{out,in,bias,F,F2} <: FastLayer
125124
σ::F
126125
initial_params::F2

0 commit comments

Comments
 (0)