OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Public Member Functions | Friends | List of all members
cv::cann::AscendEvent Class Reference

AscendEvent to synchronize between different streams. More...

#include <opencv2/cann.hpp>

Collaboration diagram for cv::cann::AscendEvent:

Classes

class  Impl
 Warpper of CANN event. More...
 

Public Member Functions

 AscendEvent ()
 
void record (AscendStream &stream)
 records an event
 
void waitForComplete () const
 waits for an event to complete
 

Friends

class AscendEventAccessor
 

Detailed Description

AscendEvent to synchronize between different streams.

Constructor & Destructor Documentation

◆ AscendEvent()

cv::cann::AscendEvent::AscendEvent ( )

Member Function Documentation

◆ record()

void cv::cann::AscendEvent::record ( AscendStream stream)

records an event

◆ waitForComplete()

void cv::cann::AscendEvent::waitForComplete ( ) const

waits for an event to complete

Friends And Related Symbol Documentation

◆ AscendEventAccessor

friend class AscendEventAccessor
friend

The documentation for this class was generated from the following file: