Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Nov 29, 2020
1 parent 082dcc9 commit 51d057a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relay/op/nn/convolution.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ bool Conv2DRel(const Array<Type>& types, int num_inputs, const Attrs& attrs,
// If the layout is rewritten by auto-scheduler,
// we just forcly apply the layout provided by auto-scheduler and
// skip the normal inference logic.
; // do nothing
{}; // do nothing
}
} else {
// use weight to infer the conv shape.
Expand Down

0 comments on commit 51d057a

Please sign in to comment.