Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_int8_calibrator.cc41 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()
Dtrt_int8_calibrator.h93 bool batch_is_set_; member