Home
last modified time | relevance | path

Searched refs:arg_resources (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc245 std::vector<const XlaResource*> arg_resources; in BuildComputation() local
246 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()