Created by: jczaja
PR types
Bug fixes
PR changes
OPs
Describe
PR is fixing conv2d grad oneDNN kernel execution for situation when there are groups e.g. training of mobilenet via dygraph. Problem is that oneDNN for groups is having filter's shape size 5D while paddle expects 4D.