SciML / ADTypes.jl

Repository for automatic differentiation backend types
https://sciml.github.io/ADTypes.jl/
MIT License
36 stars 11 forks source link

Support dot broadcast #39

Closed prbzrg closed 3 months ago

prbzrg commented 3 months ago

Checklist

Additional context

We need this patch to be able to use something like:

DifferentiationInterface.jacobian.(x -> Lux.apply(nns, x, ps), AutoZygote(), eachcol(r))