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

refine MKLDNNLayer #5779

Merged
merged 6 commits into from
Nov 21, 2017
Merged

refine MKLDNNLayer #5779

merged 6 commits into from
Nov 21, 2017

Conversation

tensor-tang
Copy link
Contributor

@tensor-tang tensor-tang commented Nov 20, 2017

fix #5740

MKLDNNLayer中的input value和grad换为vector。

同时修复了 #5705 中遗留的一些问题。

Copy link
Contributor

@luotao1 luotao1 left a comment

Choose a reason for hiding this comment

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

LGTM

// batch size
int bs_;
// they sizes are always from the first input layer
Copy link
Contributor

Choose a reason for hiding this comment

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

they->their

@luotao1 luotao1 merged commit 55bee85 into PaddlePaddle:develop Nov 21, 2017
@tensor-tang tensor-tang deleted the refine branch November 21, 2017 04:25
@tensor-tang tensor-tang moved this from Doing to Done in Optimization on Intel Platform Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

重构MKLDNNLayer,需要统一考虑多个input layer的情况
2 participants