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

Function MaxLocVarShapeInto

python/mod_cvcuda/operators/OpMinMaxLoc.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128TupleTensor3 MaxLocVarShapeInto(Tensor &maxVal, Tensor &maxLoc, Tensor &numMax, ImageBatchVarShape &input,
129 std::optional<Stream> pstream)
130{
131 return MaxLocInto(maxVal, maxLoc, numMax, input, pstream);
132}
133
134template<class InputContainer>
135TupleTensor6 MinMaxLocInto(Tensor &minVal, Tensor &minLoc, Tensor &numMin, Tensor &maxVal, Tensor &maxLoc,

Callers

nothing calls this directly

Calls 1

MaxLocIntoFunction · 0.85

Tested by

no test coverage detected