We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2ab1b commit acde2c1Copy full SHA for acde2c1
python/tvm/topi/image/resize.py
@@ -813,12 +813,6 @@ def resize2d(
813
layout: string, optional
814
"NCHW", "NHWC", or "NCHWc".
815
816
- coordinate_transformation_mode: string, optional
817
- Describes how to transform the coordinate in the resized tensor
818
- to the coordinate in the original tensor.
819
- Refer to the ONNX Resize operator specification for details.
820
- Available options are "half_pixel", "align_corners" and "asymmetric".
821
-
822
method: string, optional
823
method of interpolation ("nearest", "linear", "bicubic")
824
0 commit comments