Internal API
This is the documentation of Enzymes's internal API. The internal API is not subject to semantic versioning and may change at any time and without deprecation.
Enzyme.Compiler.fspec
— FunctionCreate the methodinstance pair, and lookup the primal return type.
Enzyme.guess_activity
— MethodEnzyme.guess_activity(::Type{T}, mode::Enzyme.Mode)
Try to guess the most appropriate Annotation
for arguments of type T
passed to autodiff
with a given mode
.