Skip to content

Commit

Permalink
Merge pull request #7595 from crcrpar/fix-comment-backwardContext
Browse files Browse the repository at this point in the history
Tiny Fix of `BackwardContext` comment
  • Loading branch information
Crissman committed Jun 25, 2019
2 parents 3a66b25 + b7edd10 commit 3029bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainerx_cc/chainerx/backward_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class BackwardContext {
public:
// Ctor
//
// `input_grads_storage` is where input gradients returned by backward functions will be stored.
// `input_grads` is where input gradients returned by backward functions will be stored.
// Its size must be equal to the number of input arrays whose gradients are to be returned in this single backward function (1 in most
// ordinary functions).
BackwardContext(
Expand Down

0 comments on commit 3029bba

Please sign in to comment.