From 1a9e0eb3be4ee415a543732c8cc1237d90c440ea Mon Sep 17 00:00:00 2001 From: trahman-quic Date: Wed, 15 Jun 2022 14:28:23 -0500 Subject: [PATCH] Modify init --- python/tvm/topi/hexagon/slice_ops/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/tvm/topi/hexagon/slice_ops/__init__.py b/python/tvm/topi/hexagon/slice_ops/__init__.py index b52d410676aff..70531c629e4c9 100644 --- a/python/tvm/topi/hexagon/slice_ops/__init__.py +++ b/python/tvm/topi/hexagon/slice_ops/__init__.py @@ -17,6 +17,5 @@ """ Computes and Schedules for Hexagon slice ops. """ -# pylint: disable=wildcard-import - from .avg_pool2d import avg_pool2d_compute, avg_pool2d_STIR_schedule +from .add_subtract_multiply import *