prim = ops.CeLU(alpha) out = prim(x)
等价于
ops.celu(x, alpha)
更多详情请查看: mindspore.ops.celu() 。
mindspore.ops.celu()