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

Fix seq concat op with refactoring LoD #5486

Merged
merged 6 commits into from
Nov 10, 2017

Conversation

Yancey1989
Copy link
Contributor

Fixed #5039

@@ -24,28 +24,38 @@ using LoDTensor = framework::LoDTensor;
using LoD = framework::LoD;

template <typename T>
LoD concatLoD(const std::vector<const T*> ins, const size_t axis,
const size_t level) {
LoD concatLoD(const std::vector<const T*> ins, const size_t level) {
Copy link
Contributor

Choose a reason for hiding this comment

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

concatLoD -> ConcatLoD

qingqing01
qingqing01 previously approved these changes Nov 9, 2017
Copy link
Contributor

@qingqing01 qingqing01 left a comment

Choose a reason for hiding this comment

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

I approve this PR. Since it is time-consuming to run unit test in TeamCity.

@Yancey1989 Yancey1989 merged commit e5d810b into PaddlePaddle:develop Nov 10, 2017
@Yancey1989 Yancey1989 deleted the fix_lod_seq_concat_op branch November 10, 2017 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants