Searched refs:inputs_sorted (Results 1 – 1 of 1) sorted by relevance
1389 std::vector<string> inputs_sorted(inputs.begin(), inputs.end()); in GetOrCreateExecutors() local1390 std::sort(inputs_sorted.begin(), inputs_sorted.end()); in GetOrCreateExecutors()1397 str_util::Join(inputs_sorted, ","), "->", in GetOrCreateExecutors()1422 for (const string& input : inputs_sorted) { in GetOrCreateExecutors()