Skip to content

Commit f8d1397

Browse files
committed
Add more public symbols
1 parent f55049b commit f8d1397

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/ADTypes.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,14 @@ export AutoChainRules,
4747
AutoTapir,
4848
AutoTracker,
4949
AutoZygote
50+
@compat public AbstractMode
51+
@compat public ForwardMode, ReverseMode, ForwardOrReverseMode, SymbolicMode
52+
@compat public mode
53+
@compat public Auto
54+
55+
# Sparse Automatic Differentiation
5056
export AutoSparse
57+
@compat public dense_ad
5158

5259
# Sparsity detection
5360
export AbstractSparsityDetector

0 commit comments

Comments
 (0)