Searched refs:batch_is_set_ (Results 1 – 2 of 2) sorted by relevance
41 batch_is_set_(false), in TRTInt8Calibrator()48 batch_is_set_(false), in TRTInt8Calibrator()56 while ((calib_running_ || batch_is_set_) && !done_) cond_.wait(lock); in setBatch()58 CHECK(!calib_running_ && !batch_is_set_); in setBatch()83 batch_is_set_ = true; in setBatch()96 while ((!batch_is_set_ && !done_)) cond_.wait(lock); in getBatch()108 batch_is_set_ = false; in getBatch()117 while ((calib_running_ || batch_is_set_) && !done_) cond_.wait(lock); in waitAndSetDone()
93 bool batch_is_set_; member