Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Drepeat_dataset_op.cc206 first_call_(true) {} in ForeverIterator()
223 if (first_call_ && *end_of_sequence) { in GetNextInternal()
231 first_call_ = false; in GetNextInternal()
236 first_call_ = true; in GetNextInternal()
250 if (!first_call_) in SaveInternal()
263 first_call_ = true; in RestoreInternal()
268 first_call_ = false; in RestoreInternal()
276 bool first_call_ GUARDED_BY(mu_);
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dcomfort_noise.cc25 first_call_ = true; in Reset()
67 if (first_call_) { in Generate()
91 if (first_call_) { in Generate()
135 first_call_ = false; in Generate()
Dcomfort_noise.h38 first_call_(true), in ComfortNoise()
64 bool first_call_; variable