pub fn reverse_axes<R, T, B, D>(
tensor: &TensorBase<Storage<R, T, B>, D>,
) -> TensorBase<Storage<DataRef<'_, <B as DeviceRawAPI<T>>::Raw>, T, B>, D>Expand description
Reverse the order of elements in an array along the given axis.
pub fn reverse_axes<R, T, B, D>(
tensor: &TensorBase<Storage<R, T, B>, D>,
) -> TensorBase<Storage<DataRef<'_, <B as DeviceRawAPI<T>>::Raw>, T, B>, D>Reverse the order of elements in an array along the given axis.