feat: Backward of Stack Operator
Compare changes
Files
2- Jerome Hue authored
+ 17
− 2
@@ -61,7 +61,18 @@ void StackOpImpl::forward() {
@@ -137,9 +148,13 @@ std::set<std::string> StackOp::getAvailableBackends() const {
Added the backward pass implementation for the Stack operator. The backward pass extract gradients from the stacked output grad.
Key changes:
BackwardStep
counter attribute to track backward pass positionCopyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent