Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dobject_reader.cc171 int update_tensor_idx = node_->inputs->data[idx]; in AddUpdate() local
172 TfLiteTensor* update_tensor = context_->tensors + update_tensor_idx; in AddUpdate()
179 RETURN_IF_ERROR(ReadValueByTensorIdx(update_tensor_idx, &value)); in AddUpdate()
197 quant_conversion_map_->find(update_tensor_idx) != in AddUpdate()
202 tensor_to_value_->at(quant_conversion_map_->at(update_tensor_idx)) = in AddUpdate()
205 tensor_to_value_->at(update_tensor_idx) = updated_value; in AddUpdate()