triton.experimental.gluon.language.erf

triton.experimental.gluon.language.erf(x, _semantic=None)

Computes the element-wise error function of x.

Parameters:

x (Block) – the input values

This function can also be called as a member function on tensor, as x.erf() instead of erf(x).