From 9f4df3086d265dc86ddf663ad860dfa9fa989213 Mon Sep 17 00:00:00 2001 From: Leyuan Wang Date: Tue, 3 Sep 2019 21:27:34 -0700 Subject: [PATCH] fix lint --- topi/python/topi/intel_graphics/depthwise_conv2d.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topi/python/topi/intel_graphics/depthwise_conv2d.py b/topi/python/topi/intel_graphics/depthwise_conv2d.py index 5eb794b12cd7..424cb3c5f925 100644 --- a/topi/python/topi/intel_graphics/depthwise_conv2d.py +++ b/topi/python/topi/intel_graphics/depthwise_conv2d.py @@ -27,7 +27,8 @@ autotvm.register_topi_compute(nn.depthwise_conv2d_nchw, ['intel_graphics'], 'direct', nn.depthwise_conv2d_nchw.fdefault) -@autotvm.register_topi_schedule(generic.schedule_depthwise_conv2d_nchw, ['intel_graphics'], 'direct') +@autotvm.register_topi_schedule(generic.schedule_depthwise_conv2d_nchw, \ + ['intel_graphics'], 'direct') def schedule_depthwise_conv2d_nchw_intel_graphics(cfg, outs): """Schedule for depthwise_conv2d nchw forward.