Documentation for _execution_engine.run_backward()

Hi All,

I wanted to know whether there is any documentation for _execution_engine.run_backward() function called within the backward() autograd module.

Thanks

Hi,

I’m afraid there is none. It just calls the cpp implementation for the backward method implemented in the csrc/autograd/ subfolder.