Skip to content

Commit

Permalink
Fix typo (apache#6306)
Browse files Browse the repository at this point in the history
  • Loading branch information
reminisce authored and piiswrong committed May 17, 2017
1 parent cbf3cc7 commit 3f75c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/tensor/elemwise_binary_broadcast_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ inline void BinaryBroadcastBackwardUseInImpl(const OpContext& ctx,
ctx.requested[0].get_space_typed<xpu, 1, char>(Shape1(workspace_size), s);
Reduce<red::sum, ndim, DType, mshadow::op::mul, LOP>(s, lgrad, req[0], workspace,
ograd, lhs, rhs);
Reduce<red::sum, ndim, DType, mshadow::op::mul, ROP>(s, rgrad, req[0], workspace,
Reduce<red::sum, ndim, DType, mshadow::op::mul, ROP>(s, rgrad, req[1], workspace,
ograd, lhs, rhs);
}

Expand Down

0 comments on commit 3f75c41

Please sign in to comment.