OpenCV  4.9.0
Open Source Computer Vision
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>

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
 

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 Function Documentation

◆ AscendEventAccessor

friend class AscendEventAccessor
friend

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