Searched refs:update_tensor_idx (Results 1 – 1 of 1) sorted by relevance
171 int update_tensor_idx = node_->inputs->data[idx]; in AddUpdate() local172 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()