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.cc40 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()
Dtrt_int8_calibrator.h94 bool batch_is_set_; member