tf.erf(x, name=None)
Computes the Gauss error function of x element-wise.
Args:
x: A Tensor of SparseTensor. Must be one of the following types: half, float32, float64.
name: A name for the operation (optional).
Returns:
A Tensor or SparseTensor, respectively. Has the same type as x.