Skip to content

Commit

Permalink
fix cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookhart committed Feb 9, 2021
1 parent c0e0731 commit 52f09ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/relay/transforms/fold_constant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ class ConstantFolder : public MixedModeMutator {
}
static auto op_stateful = Op::GetAttrMap<TOpIsStateful>("TOpIsStateful");

std::unordered_set<std::string> skip_list{}; //"zeros_like", "ones_like", "full_like", "full"};
std::unordered_set<std::string>
skip_list{}; // "zeros_like", "ones_like", "full_like", "full"};

auto origin_args = call->args;
call = post.as<CallNode>();
Expand Down

0 comments on commit 52f09ee

Please sign in to comment.