We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1979c17 commit 1ade082Copy full SHA for 1ade082
1 file changed
python/tvm/topi/image/resize.py
@@ -149,7 +149,7 @@ def get_inx(
149
):
150
"""Infer input x from output x with various coordinate transformation methods"""
151
if scale_x_override is not None:
152
- scale_x = sacle_x_override
+ scale_x = scale_x_override
153
else:
154
scale_x = te.div(image_width.astype("float"), target_width.astype("float"))
155
if coordinate_transformation_mode == "half_pixel":
0 commit comments