Skip to content

Commit

Permalink
fix attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Dec 2, 2020
1 parent 3d492b3 commit f23ea6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/tvm/relay/attrs/nn.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ struct Conv2DAttrs : public tvm::AttrsNode<Conv2DAttrs> {
"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)
Expand Down

0 comments on commit f23ea6a

Please sign in to comment.