When I use numpy.flip in my function that I would like to take the gradient of, I get the below error
NotImplementedError: VJP of flip wrt argnums (0,) not defined
which I assume means the gradient of flip is not defined. Is there a particular reason this is the case?