Skip to content

Commit

Permalink
Remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Parzyszek committed Dec 12, 2022
1 parent d162c2e commit 34ee486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tvm/topi/hexagon/qnn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
dequantize_schedule,
)

from .quantize import quantize_compute, tir_quantize_schedule
from .nn import *
from .qdepthwise_conv2d_slice import qdepthwise_conv2d_compute, qdepthwise_conv2d_schedule
from .adaptive_avg_pool1d import *
Expand Down

0 comments on commit 34ee486

Please sign in to comment.