Skip to content

Commit fcdab4f

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

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 && (bias->Shape().NumDimensions() != 1 || bias->Shape()[0] != num_output_channels)) {
6362
return ORT_MAKE_STATUS(ONNXRUNTIME, INVALID_ARGUMENT, "invalid bias");

0 commit comments

Comments
 (0)