prim = ops.Expm1() out = prim(input)
等价于
ops.expm1(input)
更多详情请查看: mindspore.ops.expm1() 。
mindspore.ops.expm1()