Searched refs:batch_is_set_ (Results 1 – 2 of 2) sorted by relevance
40 batch_is_set_(false), in TRTInt8Calibrator()47 batch_is_set_(false), in TRTInt8Calibrator()55 while ((calib_running_ || batch_is_set_) && !done_) cond_.wait(lock); in setBatch()57 CHECK(!calib_running_ && !batch_is_set_); in setBatch()82 batch_is_set_ = true; in setBatch()95 while ((!batch_is_set_ && !done_)) cond_.wait(lock); in getBatch()107 batch_is_set_ = false; in getBatch()116 while ((calib_running_ || batch_is_set_) && !done_) cond_.wait(lock); in waitAndSetDone()
94 bool batch_is_set_; member