Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
d-smirnov committed Oct 28, 2020
1 parent 304d11c commit 464ce8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relay/transforms/annotate_target.cc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class AnnotateTargetRewriter : public ExprRewriter {
auto fannotate = Op::GetAttrMap<FTVMAnnotateTarget>("target." + std::string(target));
const Expr& ex = GetRef<Expr>(pre);
if (fannotate.count(op) && fannotate[op](ex)) {
supported_targets.push_back(target);
supported_targets.push_back(target);
}
}
} else if (pre->op->IsInstance<FunctionNode>()) {
Expand Down

0 comments on commit 464ce8b

Please sign in to comment.