Extend the Resize operator to support 2x upsampling in Bicubic mode
This MR includes the following changes:
- Extended the Resize operator to support 2x upsampling in Bicubic mode.
- Provided a test model: resize_bicubic_up2.onnx.
- Added support for converting the Resize operator in Bicubic mode from float to int16.