We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842a567 commit 48b950aCopy full SHA for 48b950a
core/conversion/converters/impl/conv_deconv.cpp
@@ -45,6 +45,9 @@ auto conv_registrations TRTORCH_UNUSED = RegisterNodeConversionPatterns()
45
46
deconv->setStrideNd(stride);
47
deconv->setPaddingNd(padding);
48
+ deconv->setDilationNd(dilation);
49
+ deconv->setNbGroups(groups);
50
+
51
new_layer = deconv;
52
} else {
53
nvinfer1::IConvolutionLayer* conv;
0 commit comments