Skip to content

Commit 8d67a62

Browse files
vinx13Siyuan Feng
authored andcommitted
[Arith] Inverse affine map (apache#402)
* [Arith] Inverse affine map * Update iter_affine_map.h * Update iter_affine_map.h * Update iter_affine_map.py * Topology order visit * doc * fix * address comments
1 parent d9c6c5d commit 8d67a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/python/unittest/test_arith_iter_affine_map.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import tvm.testing
1919
from tvm import te
2020
from tvm.tir import floormod, floordiv
21+
from tvm.topi.image.resize import resize_bilinear
2122

2223

2324
def convert_division(divisions):

0 commit comments

Comments
 (0)