Skip to content

Commit

Permalink
remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
jwfromm committed May 10, 2019
1 parent b7776e4 commit 78d0b87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion topi/python/topi/cuda/conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# pylint: disable=invalid-name
"""Compute definition for conv2d with cuda backend"""
import tvm
import topi
from tvm import autotvm
from tvm.contrib import cudnn

Expand Down

0 comments on commit 78d0b87

Please sign in to comment.