Fix antialias downsample on CUDA EP (#25265)
### Description
<!-- Describe your changes. -->
This PR addresses 3 issues:
- Compilation errors when DISABLE_CONTRIB_OPS flag is on
- Solve a CUDA compute kernel setup issue on Resize op with cubic filter
and antialiasing
- Solve cubic_coeff_a parameter being ignored in CUDA kernel of Resize
op
### 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. -->
#25264