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