Skip to content

Commit 4ec3b91

Browse files
committed
run through black
1 parent f4f6d5b commit 4ec3b91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tvm/topi/hexagon/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def nc_512c_2d(n, c):
6666
"""Return index map for nc_512c 2d layout"""
6767
return [n, c // 512, te.AXIS_SEPARATOR, c % 512]
6868

69+
6970
def nc_1024c_2d(n, c):
7071
"""Return index map for nc_1024c 2d layout"""
7172
return [n, c // 1024, te.AXIS_SEPARATOR, c % 1024]

0 commit comments

Comments
 (0)