reshape_

paddle. reshape_ ( x: Tensor, shape: ShapeLike, name: str | None = None ) Tensor [source]

Inplace version of reshape API, the output Tensor will be inplaced with input x. Please refer to api_paddle_tensor_reshape.