flatten_

paddle. flatten_ ( x, start_axis=0, stop_axis=- 1, name=None ) [source]

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