Python wrappers
Public Python APIs implemented by this engine symbol.Autograd node for element-wise hyperbolic sine .
Saves the input x so the backward pass can evaluate and
scale the upstream gradient by it. Defined on all of with
the identity .
Math
\frac{\partial y}{\partial x} = \cosh(x), \qquad \frac{\partial \mathcal{L}}{\partial x} = \cosh(x)\,\frac{\partial \mathcal{L}}{\partial y}.$$Attributes
schema_v1OpSchemaRegistered as
"sinh" with AmpPolicy::Promote.Notes
Dispatch: Accelerate vvsinhf/vvsinh (CPU) / MLX sinh (GPU).
Output magnitude grows exponentially; large-magnitude inputs can overflow
to +inf / -inf.