[webgpu] Use DoTranspose directly in Conv Op (#26074)
### Description
<!-- Describe your changes. -->
This refactors the `TransposeKernel` to call `Transpose::DoTranspose`
directly.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
See above.