NVIDIA DeepStream SDK API Reference

6.4 Release
nvdsinfer::CudaStream Class Reference

Detailed Description

Helper class for managing Cuda Streams.

Definition at line 39 of file nvdsinfer_backend.h.

Public Member Functions

 CudaStream (uint flag=cudaStreamDefault, int priority=0)
 
 ~CudaStream ()
 
 operator cudaStream_t ()
 
cudaStream_tptr ()
 

Constructor & Destructor Documentation

◆ CudaStream()

nvdsinfer::CudaStream::CudaStream ( uint  flag = cudaStreamDefault,
int  priority = 0 
)
explicit

◆ ~CudaStream()

nvdsinfer::CudaStream::~CudaStream ( )

Member Function Documentation

◆ operator cudaStream_t()

nvdsinfer::CudaStream::operator cudaStream_t ( )
inline

Definition at line 44 of file nvdsinfer_backend.h.

◆ ptr()

cudaStream_t& nvdsinfer::CudaStream::ptr ( )
inline

Definition at line 45 of file nvdsinfer_backend.h.


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