Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
private:
51
friend struct py::detail::type_caster<Stream>;
Callers
15
__OPNAME__Into
Function · 0.80
ConvertToInto
Function · 0.80
JointBilateralFilterInto
Function · 0.80
VarShapeJointBilateralFilterInto
Function · 0.80
RotateInto
Function · 0.80
VarShapeRotateInto
Function · 0.80
CvtColorInto
Function · 0.80
CvtColorVarShapeInto
Function · 0.80
ReformatInto
Function · 0.80
BilateralFilterInto
Function · 0.80
VarShapeBilateralFilterInto
Function · 0.80
MinAreaRectInto
Function · 0.80
Calls
2
CheckCAPIError
Function · 0.85
ptr
Method · 0.45
Tested by
2
WarpPerspectiveInto
Function · 0.64
WarpPerspectiveVarShapeInto
Function · 0.64