Skip to content

Commit

Permalink
please the ci god
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame committed May 8, 2019
1 parent 2aa16a3 commit 6fd71a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relay/pass/partial_eval.cc
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ bool IsAtomic(const Expr& e) {
return e.as<VarNode>() || e.as<OpNode>() || e.as<ConstructorNode>() || e.as<GlobalVarNode>();
}

using FuncId = size_t;
using FuncId = int;

/*!
* \brief Annotate a function with a FuncId.
Expand Down

0 comments on commit 6fd71a3

Please sign in to comment.