Home
last modified time | relevance | path

Searched refs:calib_running_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_int8_calibrator.cc40 calib_running_(true), in TRTInt8Calibrator()
47 calib_running_(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()
92 calib_running_ = false; in getBatch()
109 calib_running_ = true; in getBatch()
117 while ((calib_running_ || batch_is_set_) && !done_) cond_.wait(lock); in waitAndSetDone()
Dtrt_int8_calibrator.h92 bool calib_running_; member