Searched refs:inputs_sorted (Results 1 – 1 of 1) sorted by relevance
1506 std::vector<string> inputs_sorted(inputs.begin(), inputs.end()); in GetOrCreateExecutors() local1507 std::sort(inputs_sorted.begin(), inputs_sorted.end()); in GetOrCreateExecutors()1514 absl::StrJoin(inputs_sorted, ","), "->", in GetOrCreateExecutors()1537 callable_options.mutable_feed()->Reserve(inputs_sorted.size()); in GetOrCreateExecutors()1538 for (const string& input : inputs_sorted) { in GetOrCreateExecutors()