Skip to content

[backend_cpu] Enhance Resize Operator

This issue is dedicated to list the missing attributes that need to be added to Resize operator

TODO

  • antialias
  • axes
  • mode: cubic
  • cubic_coeff_a
  • exclude_outside
  • extrapolation_value
  • keep_aspect_ratio_policy
  • ROI input
  • coordinate_transformation_mode : align_corners
  • coordinate_transformation_mode : half_pixel_symmetric
  • coordinate_transformation_mode : pytorch_half_pixel
  • coordinate_transformation_mode : tf_half_pixel_for_nn
  • coordinate_transformation_mode : tf_crop_and_resize
  • update doc
Edited by Houssem ROUIS