Home
last modified time | relevance | path

Searched defs:IsExhausted (Results 1 – 3 of 3) sorted by relevance

/external/armnn/samples/common/src/CVUtils/
DCvVideoFrameReader.cpp20 bool CvVideoFrameReader::IsExhausted(const std::shared_ptr<cv::Mat>& frame) const in IsExhausted() function in common::CvVideoFrameReader
89 bool CvVideoFrameReaderRgbWrapper::IsExhausted(const std::shared_ptr<cv::Mat>& frame) const in IsExhausted() function in common::CvVideoFrameReaderRgbWrapper
/external/webrtc/net/dcsctp/tx/
Dretransmission_error_counter.h36 bool IsExhausted() const { return limit_.has_value() && counter_ > *limit_; } in IsExhausted() function
/external/tensorflow/tensorflow/compiler/xla/
Dpacked_literal_reader.cc82 bool PackedLiteralReader::IsExhausted() const { in IsExhausted() function in xla::PackedLiteralReader