![]() |
OpenCV 4.11.0
开源计算机视觉
|
AscendEvent 用于不同流之间的同步。 更多…
#include <opencv2/cann.hpp>
类 | |
| 类 | Impl |
| CANN 事件的包装器。 更多… | |
公有成员函数 | |
| AscendEvent () | |
| void | record (AscendStream &stream) |
| 记录事件 | |
| void | waitForComplete () const |
| 等待事件完成 | |
友元 | |
| 类 | AscendEventAccessor |
AscendEvent 用于不同流之间的同步。
| cv::cann::AscendEvent::AscendEvent | ( | ) |
| void cv::cann::AscendEvent::record | ( | AscendStream & | stream | ) |
记录事件
| void cv::cann::AscendEvent::waitForComplete | ( | ) | const |
等待事件完成
|
友元 |