tf.experimental.numpy.moveaxis

TensorFlow variant of NumPy's moveaxis.

Raises ValueError if source, destination not in (-ndim(a), ndim(a)).

See the NumPy documentation for numpy.moveaxis.