From 51d057a0bb3dad36963c24c1d2866949650de258 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sun, 29 Nov 2020 10:17:44 -0800 Subject: [PATCH] fix lint --- src/relay/op/nn/convolution.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/relay/op/nn/convolution.h b/src/relay/op/nn/convolution.h index bd0d3d34e1a84..a06a241f045d5 100644 --- a/src/relay/op/nn/convolution.h +++ b/src/relay/op/nn/convolution.h @@ -220,7 +220,7 @@ bool Conv2DRel(const Array& 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.