-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In the same sense of #44 we might want some invocation helpers.
Something like
function grad(f, args...)
_, pullback = rrule(f, args...)
partials = pullback(One)
return extern.(partials[2:end])
end
Which is what I was using for testing stuff with Zygote.
nickrobinson251
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request