Skip to content

Commit

Permalink
Update nn.rs (#10063)
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 authored Jan 31, 2022
1 parent 779dc51 commit 5029c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/tvm/src/ir/relay/attrs/nn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ pub struct MatmulAttrsNode {
pub struct DenseAttrsNode {
pub base: BaseAttrsNode,
pub units: IndexExpr,
pub auto_scheduler_rewritten_layout: TString,
pub out_dtype: DataType,
}

Expand Down

0 comments on commit 5029c9d

Please sign in to comment.