Skip to content

Commit

Permalink
Whoops, meant ObjectRef and not Object
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Dec 29, 2021
1 parent 7880364 commit 4b1858b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/tvm/src/ir/relay/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl Var {
#[type_key = "relay.Call"]
pub struct CallNode {
pub base: ExprNode,
deleter: Object,
deleter: ObjectRef,
pub op: Expr,
pub args: Array<Expr>,
pub attrs: Attrs,
Expand Down

0 comments on commit 4b1858b

Please sign in to comment.