Skip to content

Commit 77b22ea

Browse files
fs-eireCopilot
andauthored
Update onnxruntime/core/providers/webgpu/nn/conv.h
Co-authored-by: Copilot <[email protected]>
1 parent 169b056 commit 77b22ea

File tree

1 file changed

+1
-1
lines changed
  • onnxruntime/core/providers/webgpu/nn

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/webgpu/nn/conv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Conv : public WebGpuKernel {
3232
protected:
3333
ConvAttributes conv_attrs_;
3434
Activation activation_;
35-
std::unique_ptr<Tensor> transposed_kernel_; // should only has value when `is_initializer` AND `is_4D` AND `is_NHWC`
35+
std::unique_ptr<Tensor> transposed_kernel_; // should only have value when `is_initializer` AND `is_4D` AND `is_NHWC`
3636
};
3737

3838
Status TransposeKernel(ComputeContext& context, const Tensor* kernel, const TensorShape& kernel_shape, Tensor* transposed_kernel, const InlinedVector<size_t>& perm);

0 commit comments

Comments
 (0)