Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h84 Cell *cell_; variable
137 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 …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h83 Cell *cell_; variable
136 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 …]
/external/tensorflow/tensorflow/core/lib/monitoring/
Dtimed.h30 : cell_(cell), scale_(scale), start_(EnvTime::NowNanos()) {} in cell_() function
32 ~Timed() { cell_->Add(scale_ * (EnvTime::NowNanos() - start_)); } in ~Timed()
35 T* cell_ = nullptr;
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval_test.cc508 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