Skip to content

Commit

Permalink
Update grad_node_info.h
Browse files Browse the repository at this point in the history
  • Loading branch information
OccupyMars2025 committed Sep 7, 2022
1 parent 623179f commit 9113d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/eager/grad_node_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class GradNodeBase {
// Gradient Hooks
// Customer may register a list of hooks which will be called in order during
// backward
// Each entry consists one pair of
// Each entry consists of one pair of
// <hook_id, <out_rank, std::shared_ptr<TensorHook>>>
std::map<int64_t,
std::tuple<
Expand Down

0 comments on commit 9113d68

Please sign in to comment.