Searched refs:op_completion_times (Results 1 – 1 of 1) sorted by relevance
979 std::unordered_map<string, Costs::NanoSeconds> op_completion_times; in IdentifySwappingCandidates() local1000 op_completion_times.emplace(node_stats.node_name(), exec_time); in IdentifySwappingCandidates()1043 auto it = op_completion_times.find(input.node->name()); in IdentifySwappingCandidates()1044 if (it == op_completion_times.end()) { in IdentifySwappingCandidates()