Skip to content

Commit

Permalink
Backend
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Jul 28, 2024
1 parent 61cc9e4 commit 7b70714
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ end

function DI.hvp(
f::F,
::SecondOrder{<:AutoForwardDiff,<:AutoReverseDiff},
backend::SecondOrder{<:AutoForwardDiff,<:AutoReverseDiff},
x,
dx,
extras::ForwardDiffOverReverseDiffHVPExtras,
Expand All @@ -65,7 +65,7 @@ end
function DI.hvp!(
f::F,
dg,
::SecondOrder{<:AutoForwardDiff,<:AutoReverseDiff},
backend::SecondOrder{<:AutoForwardDiff,<:AutoReverseDiff},
x,
dx,
extras::ForwardDiffOverReverseDiffHVPExtras,
Expand Down

0 comments on commit 7b70714

Please sign in to comment.