Skip to content

Commit acde2c1

Browse files
terrance-liangTerrance Liang
andauthored
[topi] remove comment redundancy in resize.py (#13860)
Co-authored-by: Terrance Liang <[email protected]>
1 parent 0c2ab1b commit acde2c1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

python/tvm/topi/image/resize.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -813,12 +813,6 @@ def resize2d(
813813
layout: string, optional
814814
"NCHW", "NHWC", or "NCHWc".
815815
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-
822816
method: string, optional
823817
method of interpolation ("nearest", "linear", "bicubic")
824818

0 commit comments

Comments
 (0)