Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
remove TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da committed Jul 25, 2018
1 parent d9eb649 commit 476fa57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/imperative/cached_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,6 @@ void CachedOpParamParser(nnvm::NodeAttrs* attrs) {
std::vector<std::pair<std::string, std::string> > flags;
for (auto it = attrs->dict.begin(); it != attrs->dict.end(); it++)
flags.emplace_back(it->first, it->second);
// TODO pass other parameters
attrs->parsed = CachedOpPtr(new CachedOp(sym, flags));
}
}
Expand Down

0 comments on commit 476fa57

Please sign in to comment.