You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have a function named Backward which creates C++ operator instances that compose the backward pass. However, as we decided to separate compilation from execution, we need to make Backward operate the ProgramDesc, BlockDesc, and OpDesc, instead of creating the runtime representation of the backward pass.
Currently, we have a function named
Backward
which creates C++ operator instances that compose the backward pass. However, as we decided to separate compilation from execution, we need to makeBackward
operate the ProgramDesc, BlockDesc, and OpDesc, instead of creating the runtime representation of the backward pass.Related PR:
The text was updated successfully, but these errors were encountered: