Created by: jczaja
This PR is introducing implementation of forward pass of conv2d transpose using MKL-DNN deconvolution primitive.
Notes:
- It works only for is_test=true and should not be used in training
- Relevant Unit test works using NCHW (Any layout not tested yet)
@luotao1 If you have a model of interest that is using conv2d transpose then please test if this model works with this PR & share your observations.