jwfromm commented on a change in pull request #7883:
URL: https://github.com/apache/tvm/pull/7883#discussion_r617891826
##########
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:
if onnx uses an in then im cool with it.
--
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]