Python wrappers
Public Python APIs implemented by this engine symbol.Autograd node for element-wise arctangent .
Saves the input x so the backward pass can compute the denominator
. Defined on all of with range
and a smooth, bounded gradient.
Math
\frac{\partial y}{\partial x} = \frac{1}{1 + x^2}, \qquad \frac{\partial \mathcal{L}}{\partial x} = \frac{1}{1 + x^2}\,\frac{\partial \mathcal{L}}{\partial y}.$$Attributes
schema_v1OpSchemaRegistered as
"arctan" with AmpPolicy::Promote.Notes
Dispatch: Accelerate vvatanf/vvatan (CPU) / MLX arctan (GPU).