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 inputx
. Please refer to api_tensor_flatten.
Inplace version of flatten
API, the output Tensor will be inplaced with input x
. Please refer to api_tensor_flatten.