mindspore.ops.Erfc

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

等价于

ops.erfc(input)

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