Skip to content

move Protobuf desc to framework - #4457

Merged
JiayiFeng merged 4 commits into
PaddlePaddle:developfrom
JiayiFeng:dev_move_desc_to_framework
Sep 28, 2017
Merged

move Protobuf desc to framework#4457
JiayiFeng merged 4 commits into
PaddlePaddle:developfrom
JiayiFeng:dev_move_desc_to_framework

Conversation

@JiayiFeng

Copy link
Copy Markdown
Collaborator

fixes #4456

@JiayiFeng
JiayiFeng requested a review from reyoung September 28, 2017 00:52
Comment thread paddle/framework/var_desc.cc Outdated
VectorToRepeated(dims, desc_.mutable_lod_tensor()->mutable_dims());
}

void VarDescBind::SetDataType(enum DataType data_type) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

enum DataType -> DataType

@reyoung reyoung left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM.

@JiayiFeng
JiayiFeng merged commit 424c295 into PaddlePaddle:develop Sep 28, 2017
@JiayiFeng
JiayiFeng deleted the dev_move_desc_to_framework branch September 28, 2017 04:25
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.

Protobuf descs should be in framework

2 participants