Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ OSD
Function
OSD
python/mod_cvcuda/operators/OpOSD.cpp:48–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
Tensor OSD(Tensor &input, NVCVElements elements, std::optional<Stream> pstream)
49
{
50
Tensor output = Tensor::Create(input.shape(), input.dtype());
51
52
return OSDInto(output, input, elements, pstream);
53
}
54
55
} // namespace
56
Callers
nothing calls this directly
Calls
3
OSDInto
Function · 0.85
shape
Method · 0.45
dtype
Method · 0.45
Tested by
no test coverage detected