MCPcopy 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
48Tensor 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

OSDIntoFunction · 0.85
shapeMethod · 0.45
dtypeMethod · 0.45

Tested by

no test coverage detected