From 3d492b397184e8104d9f27bb05aa070f616ad6c0 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 bd0d3d34e1a8..13e87a54b9d8 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.