NVIDIA DeepStream SDK API Reference

8.0 Release
CudaStream Class Reference

Detailed Description

Helper class for managing Cuda Streams.

Definition at line 97 of file sources/gst-plugins/gst-nvdspreprocess/nvdspreprocess_lib/nvdspreprocess_impl.h.

Public Member Functions

 CudaStream (uint flag=cudaStreamDefault, int priority=0)
 
 ~CudaStream ()
 
 operator cudaStream_t ()
 helper operator to return cuda stream More...
 
cudaStream_tptr ()
 pointer to cuda stream More...
 
 CudaStream (uint flag=cudaStreamDefault, int priority=0)
 
 ~CudaStream ()
 
 operator cudaStream_t ()
 helper operator to return cuda stream More...
 
cudaStream_tptr ()
 pointer to cuda stream More...
 

Constructor & Destructor Documentation

◆ CudaStream() [1/2]

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

◆ ~CudaStream() [1/2]

CudaStream::~CudaStream ( )

◆ CudaStream() [2/2]

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

◆ ~CudaStream() [2/2]

CudaStream::~CudaStream ( )

Member Function Documentation

◆ operator cudaStream_t() [1/2]

CudaStream::operator cudaStream_t ( )
inline

helper operator to return cuda stream

Definition at line 103 of file sources/gst-plugins/gst-nvdspreprocess/nvdspreprocess_lib/nvdspreprocess_impl.h.

◆ operator cudaStream_t() [2/2]

CudaStream::operator cudaStream_t ( )
inline

helper operator to return cuda stream

Definition at line 103 of file 9.0/sources/gst-plugins/gst-nvdspreprocess/nvdspreprocess_lib/nvdspreprocess_impl.h.

◆ ptr() [1/2]

cudaStream_t& CudaStream::ptr ( )
inline

◆ ptr() [2/2]

cudaStream_t& CudaStream::ptr ( )
inline

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