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.cc266 std::vector<const XlaResource*> arg_resources; in BuildComputation() local
267 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()