mindspore.ops.Reshape

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

等价于

ops.reshape(input, shape)

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