We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d53e11 commit d8dc88aCopy full SHA for d8dc88a
onnxruntime/core/providers/webgpu/nn/conv_transpose.cc
@@ -69,7 +69,6 @@ Status ConvTranspose<is_channels_last>::ComputeInternal(ComputeContext& context)
69
") must be equal to output channels (", num_output_channels, ")");
70
}
71
72
-
73
if (input_shape.NumDimensions() == 3 && filter_shape.NumDimensions() == 3) {
74
// ConvTranspose1D
75
TensorShapeVector input_shape_vector = input_shape.AsShapeVector();
0 commit comments