bartorch.circshift# bartorch.circshift(input, shifts, axes)# Cyclic shift along axes: element i moves to (i + shift) % n, as torch.roll.