![]() |
OpenCV
4.9.0
Open Source Computer Vision
|
AscendEvent to synchronize between different streams. More...
#include <opencv2/cann.hpp>
Classes | |
| class | Impl |
| Warpper of CANN event. More... | |
Public Member Functions | |
| AscendEvent () | |
| void | record (AscendStream &stream) |
| records an event More... | |
| void | waitForComplete () const |
| waits for an event to complete More... | |
Friends | |
| class | AscendEventAccessor |
AscendEvent to synchronize between different streams.
| cv::cann::AscendEvent::AscendEvent | ( | ) |
| void cv::cann::AscendEvent::record | ( | AscendStream & | stream | ) |
records an event
| void cv::cann::AscendEvent::waitForComplete | ( | ) | const |
waits for an event to complete
|
friend |
1.8.13