mindspore.ops.Mul

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

等价于

ops.mul(input, other)

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