Searched defs:IsExhausted (Results 1 – 3 of 3) sorted by relevance
20 bool CvVideoFrameReader::IsExhausted(const std::shared_ptr<cv::Mat>& frame) const in IsExhausted() function in common::CvVideoFrameReader89 bool CvVideoFrameReaderRgbWrapper::IsExhausted(const std::shared_ptr<cv::Mat>& frame) const in IsExhausted() function in common::CvVideoFrameReaderRgbWrapper
36 bool IsExhausted() const { return limit_.has_value() && counter_ > *limit_; } in IsExhausted() function
82 bool PackedLiteralReader::IsExhausted() const { in IsExhausted() function in xla::PackedLiteralReader