Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurawly committed Sep 5, 2019
1 parent 7cf3365 commit 9f4df30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion topi/python/topi/intel_graphics/depthwise_conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9f4df30

Please sign in to comment.