Skip to content

Commit d811fad

Browse files
authored
Coverage
1 parent 003469a commit d811fad

File tree

1 file changed

+0
-1
lines changed
  • DifferentiationInterface/ext/DifferentiationInterfaceMooncakeExt

1 file changed

+0
-1
lines changed

DifferentiationInterface/ext/DifferentiationInterfaceMooncakeExt/utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ get_config(backend::AnyAutoMooncake{<:Config}) = backend.config
33

44
@inline zero_tangent_unwrap(c::DI.Context) = zero_tangent(DI.unwrap(c))
55
@inline Dual_unwrap(c, dc) = Dual(DI.unwrap(c), dc)
6-
@inline CoDual_unwrap(c, dc) = CoDual(DI.unwrap(c), dc)

0 commit comments

Comments
 (0)