Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 552 Bytes

File metadata and controls

45 lines (30 loc) · 552 Bytes

moveaxis

NumPy

numpy.moveaxis(a, source, destination) → ndarray

CuPy

cupy.moveaxis(a, source, destination) → ndarray

dask.array

dask.array.moveaxis(a, source, destination) → ndarray

JAX

jax.numpy.moveaxis(a, source, destination) → ndarray

MXNet

np.moveaxis(a, source, destination) → ndarray

PyTorch

torch.moveaxis(input, source, destination) → Tensor

Alias: movedim.

TensorFlow

tf.experimental.numpy.moveaxis(a, source, destination) → Tensor