Hi,
As mentioned in this tutorial I currently have to provide a manual backward function in a cpp extension.
From my understanding, this backward would be the same as it would be evaluated by autograd in python (just implemented in C++) or am I mistaken here?
Is there any possibility to show the functions which are actually performed during autograd’s backward (to be sure I am not missing any part of the gradients calculation)?