We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003469a commit d811fadCopy full SHA for d811fad
DifferentiationInterface/ext/DifferentiationInterfaceMooncakeExt/utils.jl
@@ -3,4 +3,3 @@ get_config(backend::AnyAutoMooncake{<:Config}) = backend.config
3
4
@inline zero_tangent_unwrap(c::DI.Context) = zero_tangent(DI.unwrap(c))
5
@inline Dual_unwrap(c, dc) = Dual(DI.unwrap(c), dc)
6
-@inline CoDual_unwrap(c, dc) = CoDual(DI.unwrap(c), dc)
0 commit comments