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