Searched refs:arg_resources (Results 1 – 1 of 1) sorted by relevance
266 std::vector<const XlaResource*> arg_resources; in BuildComputation() local267 arg_resources.reserve(resources.size()); in BuildComputation()270 arg_resources.push_back(resource.get()); in BuildComputation()273 std::sort(arg_resources.begin(), arg_resources.end(), in BuildComputation()284 for (const XlaResource* resource : arg_resources) { in BuildComputation()