Skip to content

Commit 9c9ef07

Browse files
Copilotguschmue
andcommitted
Fix formatting with lintrunner
Co-authored-by: guschmue <22941064+guschmue@users.noreply.github.com>
1 parent fcdab4f commit 9c9ef07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Status ConvTranspose<is_channels_last>::ComputeInternal(ComputeContext& context)
6161
if (has_bias && (bias->Shape().NumDimensions() != 1 || bias->Shape()[0] != num_output_channels)) {
6262
return ORT_MAKE_STATUS(ONNXRUNTIME, INVALID_ARGUMENT, "invalid bias");
6363
}
64-
64+
6565
if (input_shape.NumDimensions() == 3 && filter_shape.NumDimensions() == 3) {
6666
// ConvTranspose1D
6767
TensorShapeVector input_shape_vector = input_shape.AsShapeVector();

0 commit comments

Comments
 (0)