Created by: wojtuss
In the case of grouped convolution with MKL-DNN unnecessary reorders nchw16c->nchw
and back occur. This was fixed previously with https://github.com/PaddlePaddle/Paddle/pull/14333 but came up again after some recent refactoring.
test=develop