Searched refs:op_to_cost_ (Results 1 – 2 of 2) sorted by relevance
288 op_to_cost_.clear(); in Init()760 auto& op_cost = FindOrCreateZero(op_name, &op_to_cost_); in MarkCurrNodeExecuted()875 for (const auto& op_cost_pair : op_to_cost_) { in Summary()
347 std::map<string, Costs> op_to_cost_; // Per-op cost. variable