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