From: sf-wind Date: Thu, 1 Aug 2019 19:49:40 +0000 (-0700) Subject: Enable the sparse schedule (#3651) X-Git-Tag: upstream/0.7.0~2091 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ae01e0b0777323001b67291311c36fd10a477d4;p=platform%2Fupstream%2Ftvm.git Enable the sparse schedule (#3651) --- 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 *