oa::GradientTape
oa::GradientTape — RAII scope guard that enables autograd for its lifetime. call backward() to execute the recorded backward graph.
Public Methods
Examples
Constructor & Destructor Documentation
Public Method Documentation
No public source comment is attached to this declaration.
Parameters
inRootconst Matrix &—
Returns
voidThe declared return value.
No public source comment is attached to this declaration.
Returns
voidThe declared return value.
Records backward operations into the active graph. Submission and waiting remain the caller/training-session responsibility.
Parameters
inRootconst Matrix &—
Returns
oa::StatusThe declared return value.