Element-wise error function erf(x) = (2 / sqrt(pi)) * integral_0^x exp(-t^2) dt.
Arguments
- operand
(
arrayish)
Arrayish value of data type floating-point.
Value
arrayish
Has the same shape and data type as the input.
It is ambiguous if the input is ambiguous.
StableHLO
Lowers to stablehlo::hlo_erf().