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