Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/backward return map #4806

Merged
merged 2 commits into from
Oct 15, 2017

Conversation

reyoung
Copy link
Collaborator

@reyoung reyoung commented Oct 14, 2017

No description provided.

@@ -273,18 +273,30 @@ static bool AllGradInSet(const std::vector<std::string>& names,
return true;
}

static void CreateGradVarInBlock(BlockDescBind* block_desc,
size_t grad_op_start_index) {
static void CreateGradVarInBlock(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Input/Output parameter order should change in next PR.
https://google.github.io/styleguide/cppguide.html#Function_Parameter_Ordering

Copy link
Member

@jacquesqiao jacquesqiao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@reyoung reyoung merged commit ec783d6 into PaddlePaddle:develop Oct 15, 2017
@reyoung reyoung deleted the feature/backward_return_map branch October 28, 2017 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants