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.cc39 calib_running_(true), in TRTInt8Calibrator()
46 calib_running_(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()
91 calib_running_ = false; in getBatch()
108 calib_running_ = true; in getBatch()
116 while ((calib_running_ || batch_is_set_) && !done_) cond_.wait(lock); in waitAndSetDone()
Dtrt_int8_calibrator.h93 bool calib_running_; member