Searched refs:arg_resources (Results 1 – 1 of 1) sorted by relevance
245 std::vector<const XlaResource*> arg_resources; in BuildComputation() local246 arg_resources.reserve(resources.size()); in BuildComputation()249 arg_resources.push_back(resource.get()); in BuildComputation()252 std::sort(arg_resources.begin(), arg_resources.end(), in BuildComputation()257 for (const XlaResource* resource : arg_resources) { in BuildComputation()