Extend the GridSample operator to support Bicubic mode
This MR includes the following changes:
- Extended the GridSample operator to support Bicubic mode.
- Provided one test model: gridsample_bicubic.onnx.
- Added support for converting the GridSample feature in Bicubic mode from float to int16.