flatten_

paddle. flatten_ ( x: Tensor, start_axis: int = 0, stop_axis: int = - 1, name: str | None = None ) Tensor [source]

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