Skip to content

Commit

Permalink
hotfix the ci (#4199)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Oct 24, 2019
1 parent 78ca6fc commit decccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/relay/interpreter.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class RecClosureNode : public ValueNode {

RecClosureNode() {}

void VisitAttrs(tvm::AttrVisitor* v) final {
void VisitAttrs(tvm::AttrVisitor* v) {
v->Visit("clos", &clos);
v->Visit("bind", &bind);
}
Expand Down

0 comments on commit decccd6

Please sign in to comment.