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