From 9ae01e0b0777323001b67291311c36fd10a477d4 Mon Sep 17 00:00:00 2001 From: sf-wind Date: Thu, 1 Aug 2019 12:49:40 -0700 Subject: [PATCH] Enable the sparse schedule (#3651) --- topi/python/topi/x86/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/topi/python/topi/x86/__init__.py b/topi/python/topi/x86/__init__.py index 1ecf249..8579827 100644 --- a/topi/python/topi/x86/__init__.py +++ b/topi/python/topi/x86/__init__.py @@ -15,3 +15,4 @@ from .dense import _schedule_dense, _schedule_dense_pack, _schedule_dense_nopack from .batch_matmul import schedule_batch_matmul from .roi_align import roi_align_nchw from .conv2d_transpose import schedule_conv2d_transpose +from .sparse import * -- 2.7.4