Skip to content

Commit 7c969c5

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

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
@@ -57,7 +57,6 @@ Status ConvTranspose<is_channels_last>::ComputeInternal(ComputeContext& context)
5757

5858
bool has_bias = context.InputCount() > 2;
5959
const auto* bias = has_bias ? context.Input<Tensor>(2) : nullptr;
60-
6160
// Validate bias shape if provided
6261
if (has_bias) {
6362
const auto& bias_shape = bias->Shape();

0 commit comments

Comments
 (0)