[MKL-DNN] Clean up group conv transpose implementation in conv_transpose_mkldnn_op.cc
Created by: lidanqing-intel
-
The
conv transpose
withgroups>1
could not pass python UT. Because there are no models using thegroup conv transpose
till now, it was not tested. -
As disscussed with @jczaja the original implementation is done in 2017 and back then there is no mkldnn reorder provided. Now mkldnn support the reorder and group conv transpose. We should find time to rewrite this part.
-
As there is no models using it, it is not that urgent. Just the UT test could not cover those parts with
groups>1