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

Function BndBox

python/mod_cvcuda/operators/OpBndBox.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48Tensor BndBox(Tensor &input, NVCVBndBoxesI bboxes, std::optional<Stream> pstream)
49{
50 Tensor output = Tensor::Create(input.shape(), input.dtype());
51
52 return BndBoxInto(output, input, bboxes, pstream);
53}
54
55} // namespace
56

Callers

nothing calls this directly

Calls 3

BndBoxIntoFunction · 0.85
shapeMethod · 0.45
dtypeMethod · 0.45

Tested by

no test coverage detected