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

Debug string for Python ProtoBuf #4800

Merged
merged 2 commits into from
Oct 13, 2017

Conversation

JiayiFeng
Copy link
Collaborator

fixes #4798
fixes #4617

and Rename `Sync` to `Flush`
@@ -66,7 +66,7 @@ std::vector<OpDescBind *> BlockDescBind::AllOps() const {
return res;
}

void BlockDescBind::Sync() {
void BlockDescBind::Flush() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I love this renaming. Thanks!

@JiayiFeng JiayiFeng merged commit 5d9ce04 into PaddlePaddle:develop Oct 13, 2017
@JiayiFeng JiayiFeng deleted the dev_protobuf_debugstr branch October 13, 2017 22:32
@JiayiFeng JiayiFeng self-assigned this Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

debug string for ProtoBuf in Python side Rename OpDescBind::Sync into OpDescBind::Flush
3 participants