Skip to main content

Module autograd

Module autograd 

Source
Expand description

Autograd module bindings with enhanced gradient computation support

Structs§

AutogradState
Global autograd state manager
AutogradUtils
Gradient computation utilities
PyDetectAnomaly
Anomaly detection context manager
PyEnableGrad
Enable gradient computation context manager - forces gradient computation on
PyFunction
Function class for custom autograd functions
PyNoGrad
Gradient computation context manager - disables gradient computation
PySetGradEnabled
Set gradient computation mode context manager - sets specific gradient mode

Functions§

register_autograd_module
Register autograd module