Skip to content

Commit

Permalink
NNlibExt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujch1 committed Nov 28, 2023
1 parent 1581f43 commit e5ac0a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/TaylorDiffNNlibExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ using TaylorDiff
import NNlib: oftf
import NNlib: sigmoid_fast, tanh_fast, rrelu, leakyrelu

println("revise!")

@inline sigmoid_fast(t::TaylorScalar) = one(t) / (one(t) + exp(-t))

Check warning on line 8 in ext/TaylorDiffNNlibExt.jl

View check run for this annotation

Codecov / codecov/patch

ext/TaylorDiffNNlibExt.jl#L8

Added line #L8 was not covered by tests

Expand Down

0 comments on commit e5ac0a1

Please sign in to comment.