Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dinference_context.cc465 for (auto value_and_ref_value : variable_ids_and_refs_) { in AllocateVariableTensors() local
466 if (ref_value_to_tensor_index.find(value_and_ref_value.second) == in AllocateVariableTensors()
468 auto it = gpu_model.tensors.find(value_and_ref_value.first); in AllocateVariableTensors()
474 &variable_tensors_[value_and_ref_value.second])); in AllocateVariableTensors()