Skip to content

Commit 1ade082

Browse files
committed
Fix typo
1 parent 1979c17 commit 1ade082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/tvm/topi/image/resize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def get_inx(
149149
):
150150
"""Infer input x from output x with various coordinate transformation methods"""
151151
if scale_x_override is not None:
152-
scale_x = sacle_x_override
152+
scale_x = scale_x_override
153153
else:
154154
scale_x = te.div(image_width.astype("float"), target_width.astype("float"))
155155
if coordinate_transformation_mode == "half_pixel":

0 commit comments

Comments
 (0)