Searched refs:tn_sorted (Results 1 – 1 of 1) sorted by relevance
1393 std::vector<string> tn_sorted(target_nodes.begin(), target_nodes.end()); in GetOrCreateExecutors() local1394 std::sort(tn_sorted.begin(), tn_sorted.end()); in GetOrCreateExecutors()1398 str_util::Join(outputs_sorted, ","), "/", str_util::Join(tn_sorted, ","), in GetOrCreateExecutors()1428 for (const string& target : tn_sorted) { in GetOrCreateExecutors()