Add the tensor "roll" operator
Created by: WorldEditors
"roll" along certain axis is provided in numpy, tf and torch, but not in paddle https://docs.scipy.org/doc/numpy-1.15.1/reference/generated/numpy.roll.html can we add a "roll" operator, as currently it is quite inconvenient to implement using existing ops