tf.math.erf

Computes the Gauss error function of x element-wise.

tf.math.erf(
    x, name=None
)

Args:

Returns:

A Tensor. Has the same type as x.

If x is a SparseTensor, returns SparseTensor(x.indices, tf.math.erf(x.values, ...), x.dense_shape)