mbrookhart commented on a change in pull request #7883:
URL: https://github.com/apache/tvm/pull/7883#discussion_r615977936
##########
File path: python/tvm/relay/op/image/image.py
##########
@@ -58,6 +61,16 @@ def resize(
Refer to the ONNX Resize operator specification for details.
[half_pixel, align_corners, asymmetric]
+ rounding_method: string, optional
+ indicates how to find the "nearest" pixel in nearest_neighbor method
+ [round, floor, ceil]
+
+ bicubic_alpha: float
+ Spline Coefficient for Bicubic Interpolation
+
+ bicubic_exclude: int
+ Flag to exclude exterior of the image during bicubic interpolation
Review comment:
ONNX is using an Int, so I did this to be consistent, but it might be
clearer to use a bool. A wash?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]