We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e12560 commit 3ebff98Copy full SHA for 3ebff98
1 file changed
ext/TaylorDiffNNlibExt.jl
@@ -4,7 +4,6 @@ using TaylorDiff
4
import NNlib: oftf
5
import NNlib: sigmoid_fast, tanh_fast, rrelu, leakyrelu
6
7
-println("revise!")
8
9
@inline sigmoid_fast(t::TaylorScalar) = one(t) / (one(t) + exp(-t))
10
0 commit comments