mindspore.ops.Erf

class mindspore.ops.Erf[源代码]
prim = ops.Erf()
out = prim(input)

等价于

ops.erf(input)

更多详情请查看: mindspore.ops.erf()