Add Resize operator
Context
This MR is intended to add the Resize operator for backend_cuda. This includes the following coordinates transform modes:
- HalfPixel
- HalfPixelSymmetric
- PytorchHalfPixel
- AlignCorners
- Asymmetric
- TFHalfPixelForNN
- TFCropAndResize
And the following interpolation mode:
- Cubic
- Linear
- RoundPreferFloor
- RoundPreferCeil
- Floor
- Ceil
TODO
-
Antialiasing -
Coordinates tranform -
Nearest interpolation -
Linear interpolation -
Cubic interpolation
Edited by Houssem ROUIS