mindspore.ops.Round

class mindspore.ops.Round[源代码]
prim = ops.Round()
out = prim(input)

等价于

ops.round(input)

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