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

Function MinLocVarShapeInto

python/mod_cvcuda/operators/OpMinMaxLoc.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95TupleTensor3 MinLocVarShapeInto(Tensor &minVal, Tensor &minLoc, Tensor &numMin, ImageBatchVarShape &input,
96 std::optional<Stream> pstream)
97{
98 return MinLocInto(minVal, minLoc, numMin, input, pstream);
99}
100
101template<class InputContainer>
102TupleTensor3 MaxLocInto(Tensor &maxVal, Tensor &maxLoc, Tensor &numMax, InputContainer &input,

Callers

nothing calls this directly

Calls 1

MinLocIntoFunction · 0.85

Tested by

no test coverage detected