How to know which operations are differentiable?

Is there a list of torch operations for which backward has been implemented and those for which it isn’t?

1 Like

this issue tracks that info and hopefully is up to date: https://github.com/pytorch/pytorch/issues/440

2 Likes