From f23ea6ae11ba989745846175a7caa42c1d3fadd8 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Tue, 1 Dec 2020 19:54:40 -0800 Subject: [PATCH] fix attrs --- include/tvm/relay/attrs/nn.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/tvm/relay/attrs/nn.h b/include/tvm/relay/attrs/nn.h index 67b719ef1dcdb..f8aa1fc508b63 100644 --- a/include/tvm/relay/attrs/nn.h +++ b/include/tvm/relay/attrs/nn.h @@ -171,9 +171,6 @@ struct Conv2DAttrs : public tvm::AttrsNode { "Dimension ordering of output. Can be 'NCHW', 'NHWC', etc." "'N', 'C', 'H', 'W' stands for batch, channel, height, and width" "dimensions respectively. Default to be same as input layout."); - TVM_ATTR_FIELD(auto_scheduler_rewritten_layout) - .set_default("") - .describe("New kernel layout after auto-scheduler's layout rewrite."); // use 0 bits to indicate none. TVM_ATTR_FIELD(out_dtype)