Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Mar 12, 2020
1 parent dd3d3c7 commit 2af665c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions topi/python/topi/testing/adaptive_pool_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@


def adaptive_pool(np_data, out_size, pool_type):
""" The reference function for adaptive pool, both 2d and 3d """
def start_index(index, odim, idim):
return int(np.floor(index * idim / odim))

Expand Down

0 comments on commit 2af665c

Please sign in to comment.