mindspore.ops.Select

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

等价于

ops.select(condition, input, other)

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