MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / cudaHandle

Method cudaHandle

python/mod_cvcuda/include/nvcv/python/Stream.hpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 cudaStream_t cudaHandle() const
44 {
45 cudaStream_t out = capi().Stream_GetCudaHandle(this->ptr());
46 CheckCAPIError();
47 return out;
48 }
49
50private:
51 friend struct py::detail::type_caster<Stream>;

Callers 15

__OPNAME__IntoFunction · 0.80
ConvertToIntoFunction · 0.80
JointBilateralFilterIntoFunction · 0.80
RotateIntoFunction · 0.80
VarShapeRotateIntoFunction · 0.80
CvtColorIntoFunction · 0.80
CvtColorVarShapeIntoFunction · 0.80
ReformatIntoFunction · 0.80
BilateralFilterIntoFunction · 0.80
MinAreaRectIntoFunction · 0.80

Calls 2

CheckCAPIErrorFunction · 0.85
ptrMethod · 0.45

Tested by 2

WarpPerspectiveIntoFunction · 0.64