We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Paddle use CamelCase naming convention. For example, all the functions of pool_op.cc use CamelCase naming convention, but pool_mkldnn_op.cc use gethash, not GetHash. Could you please go over all the MKLDNN related codes in fluid version, and correct it? @jczaja @kbinias @mozga-intel @pzelazko-intel @tpatejko
CamelCase
gethash
GetHash
The text was updated successfully, but these errors were encountered:
@luotao1 Thank you for your issue. If the mkldnn layout will be ready to merge, the changes will be visible in these PR.
Sorry, something went wrong.
@mozga-intel I see it, thanks very much!
No branches or pull requests
Paddle use
CamelCase
naming convention. For example, all the functions of pool_op.cc useCamelCase
naming convention, but pool_mkldnn_op.cc usegethash
, notGetHash
. Could you please go over all the MKLDNN related codes in fluid version, and correct it? @jczaja @kbinias @mozga-intel @pzelazko-intel @tpatejkoThe text was updated successfully, but these errors were encountered: