Skip to content

Commit d8dc88a

Browse files
Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d53e11 commit d8dc88a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

onnxruntime/core/providers/webgpu/nn/conv_transpose.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Status ConvTranspose<is_channels_last>::ComputeInternal(ComputeContext& context)
6969
") must be equal to output channels (", num_output_channels, ")");
7070
}
7171
}
72-
7372
if (input_shape.NumDimensions() == 3 && filter_shape.NumDimensions() == 3) {
7473
// ConvTranspose1D
7574
TensorShapeVector input_shape_vector = input_shape.AsShapeVector();

0 commit comments

Comments
 (0)