Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.cc506 for (auto value_and_ref_value : variable_ids_and_refs_) { in AllocateMemoryForVariableTensors() local
507 if (ref_value_to_tensor_index.find(value_and_ref_value.second) == in AllocateMemoryForVariableTensors()
509 const auto& t = tensor_reserver_.Get(value_and_ref_value.first); in AllocateMemoryForVariableTensors()
515 &variable_tensors_[value_and_ref_value.second])); in AllocateMemoryForVariableTensors()