flatten_

paddle.Tensor. flatten_ ( x, start_axis=0, stop_axis=- 1, name=None )

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