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

Function MaxLocTensorInto

python/mod_cvcuda/operators/OpMinMaxLoc.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122TupleTensor3 MaxLocTensorInto(Tensor &maxVal, Tensor &maxLoc, Tensor &numMax, Tensor &input,
123 std::optional<Stream> pstream)
124{
125 return MaxLocInto(maxVal, maxLoc, numMax, input, pstream);
126}
127
128TupleTensor3 MaxLocVarShapeInto(Tensor &maxVal, Tensor &maxLoc, Tensor &numMax, ImageBatchVarShape &input,
129 std::optional<Stream> pstream)

Callers

nothing calls this directly

Calls 1

MaxLocIntoFunction · 0.85

Tested by

no test coverage detected