NVIDIA DeepStream SDK API Reference

6.4 Release
nvdsinfer::CudaEvent Class Reference

Detailed Description

Helper class for managing Cuda events.

Definition at line 62 of file nvdsinfer_backend.h.

Public Member Functions

 CudaEvent (uint flag=cudaEventDefault)
 
 ~CudaEvent ()
 
 operator cudaEvent_t ()
 
cudaEvent_t & ptr ()
 

Constructor & Destructor Documentation

◆ CudaEvent()

nvdsinfer::CudaEvent::CudaEvent ( uint  flag = cudaEventDefault)
explicit

◆ ~CudaEvent()

nvdsinfer::CudaEvent::~CudaEvent ( )

Member Function Documentation

◆ operator cudaEvent_t()

nvdsinfer::CudaEvent::operator cudaEvent_t ( )
inline

Definition at line 67 of file nvdsinfer_backend.h.

◆ ptr()

cudaEvent_t& nvdsinfer::CudaEvent::ptr ( )
inline

Definition at line 68 of file nvdsinfer_backend.h.


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