.. _dpnp_tensor_manipulation_functions: Array manipulation functions ============================ The following functions conform to `Python Array API standard `_: .. _array_api_spec_manipulation_functions: https://data-apis.org/array-api/latest/API_specification/manipulation_functions.html .. currentmodule:: dpnp.tensor .. autosummary:: :toctree: generated :nosignatures: broadcast_arrays broadcast_to concat expand_dims flip moveaxis permute_dims repeat reshape roll squeeze stack swapaxes tile unstack