Searched refs:cell_ (Results 1 – 4 of 4) sorted by relevance
84 Cell *cell_; variable137 return &cell_->val;142 return cell_->val;147 return cell_->val;157 return cell_ != nullptr; in exists()174 h->cell_ = nullptr; in acquire()189 h->cell_ = c; in acquire()203 h->cell_ = c; in acquire()219 h->cell_ = c; in acquire()236 h->cell_ = c; in acquire()[all …]
83 Cell *cell_; variable136 return &cell_->val;146 return cell_ != nullptr; in exists()163 h->cell_ = nullptr; in acquire()178 h->cell_ = c; in acquire()192 h->cell_ = c; in acquire()208 h->cell_ = c; in acquire()225 h->cell_ = c; in acquire()247 h->cell_ = c; in acquire()280 h->cell_ = c; in acquire()[all …]
30 : cell_(cell), scale_(scale), start_(EnvTime::NowNanos()) {} in cell_() function32 ~Timed() { cell_->Add(scale_ * (EnvTime::NowNanos() - start_)); } in ~Timed()35 T* cell_ = nullptr;
508 PackWeightToTensor(&cell_tensor_, cell_, cell_size_); in GetCell()509 cell_tensor_.data.i16 = cell_.data(); in GetCell()569 std::vector<int16_t> cell_ = { member in tflite::__anon39d466b60111::QuantizedLstmParam