Python wrappers
Public Python APIs implemented by this engine symbol.Autograd node for element-wise arcsine .
Saves the input x so the backward pass can form the radicand
. Defined on the closed input domain with range
; the gradient is unbounded at the
endpoints .
Math
\frac{\partial y}{\partial x} = \frac{1}{\sqrt{1 - x^2}}, \qquad \frac{\partial \mathcal{L}}{\partial x} = \frac{1}{\sqrt{1 - x^2}}\,\frac{\partial \mathcal{L}}{\partial y}.$$Attributes
schema_v1OpSchemaRegistered as
"arcsin" with AmpPolicy::Promote.Notes
Dispatch: Accelerate vvasinf/vvasin (CPU) / MLX arcsin (GPU).