Skip to content

Commit

Permalink
run through black.
Browse files Browse the repository at this point in the history
  • Loading branch information
arangasa committed Jun 30, 2022
1 parent f4f6d5b commit 7a82e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/topi/hexagon/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def nc_512c_2d(n, c):
"""Return index map for nc_512c 2d layout"""
return [n, c // 512, te.AXIS_SEPARATOR, c % 512]


def nc_1024c_2d(n, c):
"""Return index map for nc_1024c 2d layout"""
return [n, c // 1024, te.AXIS_SEPARATOR, c % 1024]
Expand Down

0 comments on commit 7a82e87

Please sign in to comment.