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