Searched refs:op_execs (Results 1 – 2 of 2) sorted by relevance
104 const std::map<string, std::vector<std::pair<int64, int64>>>& op_execs() in op_execs() function600 const std::map<string, std::vector<std::pair<int64, int64>>>& op_execs( in op_execs() function606 return exec->second.op_execs(); in op_execs()
178 for (const auto& kernel_execs : node->op_execs(step_)) { in AllocateTimeNodes()