File tree Expand file tree Collapse file tree
DifferentiationInterfaceTest/ext/DifferentiationInterfaceTestJETExt
DifferentiationInterface/test/Back/FiniteDiff Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[deps ]
22ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
33Chairmarks = " 0ca39b1e-fe0b-4e98-acfc-b1656634c4de"
4+ DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
45DifferentiationInterface = " a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
56DifferentiationInterfaceTest = " a82114a7-5aa3-49a8-9643-716bb13727a3"
67ExplicitImports = " 7d51a73a-1435-4ff3-83d9-f097790105c7"
Original file line number Diff line number Diff line change 11module DifferentiationInterfaceTestJETExt
22
33using ADTypes: AbstractADType
4+ using DifferentiationInterface:
5+ prepare_pushforward,
6+ prepare_pushforward_same_point,
7+ prepare!_pushforward,
8+ pushforward,
9+ pushforward!,
10+ value_and_pushforward,
11+ value_and_pushforward!,
12+ prepare_pullback,
13+ prepare_pullback_same_point,
14+ prepare!_pullback,
15+ pullback,
16+ pullback!,
17+ value_and_pullback,
18+ value_and_pullback!,
19+ prepare_derivative,
20+ prepare!_derivative,
21+ derivative,
22+ derivative!,
23+ value_and_derivative,
24+ value_and_derivative!,
25+ prepare_gradient,
26+ prepare!_gradient,
27+ gradient,
28+ gradient!,
29+ value_and_gradient,
30+ value_and_gradient!,
31+ prepare_jacobian,
32+ prepare!_jacobian,
33+ jacobian,
34+ jacobian!,
35+ value_and_jacobian,
36+ value_and_jacobian!,
37+ prepare_second_derivative,
38+ prepare!_second_derivative,
39+ second_derivative,
40+ second_derivative!,
41+ value_derivative_and_second_derivative,
42+ value_derivative_and_second_derivative!,
43+ prepare_hvp,
44+ prepare_hvp_same_point,
45+ prepare!_hvp,
46+ hvp,
47+ hvp!,
48+ gradient_and_hvp,
49+ gradient_and_hvp!,
50+ prepare_hessian,
51+ prepare!_hessian,
52+ hessian,
53+ hessian!,
54+ value_gradient_and_hessian,
55+ value_gradient_and_hessian!
456using DifferentiationInterfaceTest: ALL_OPS, Scenario
557import DifferentiationInterfaceTest as DIT
658using JET: @test_opt
You can’t perform that action at this time.
0 commit comments