Searched refs:tn_sorted (Results 1 – 1 of 1) sorted by relevance
1527 std::vector<string> tn_sorted(target_nodes.begin(), target_nodes.end()); in GetOrCreateExecutors() local1528 std::sort(tn_sorted.begin(), tn_sorted.end()); in GetOrCreateExecutors()1532 absl::StrJoin(outputs_sorted, ","), "/", absl::StrJoin(tn_sorted, ","), in GetOrCreateExecutors()1562 callable_options.mutable_target()->Reserve(tn_sorted.size()); in GetOrCreateExecutors()1563 for (const string& target : tn_sorted) { in GetOrCreateExecutors()