Skip to content

Commit

Permalink
lint error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
PariksheetPinjari909 committed May 30, 2018
1 parent d351033 commit 2070956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnvm/python/nnvm/top/nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,4 @@ def schedule_l2norm(attrs, outs, target):
with tvm.target.create(target):
return topi.generic.schedule_l2norm(outs)

reg.register_pattern("l2norm", OpPattern.OUT_ELEMWISE_FUSABLE)
reg.register_pattern("l2norm", OpPattern.OUT_ELEMWISE_FUSABLE)

0 comments on commit 2070956

Please sign in to comment.