mindspore.ops.Gcd

class mindspore.ops.Gcd[源代码]
prim = ops.Gcd()
out = prim(input, other)

等价于

ops.gcd(input, other)

更多详情请查看: mindspore.ops.gcd()