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

Function MinMaxLocVarShapeInto

python/mod_cvcuda/operators/OpMinMaxLoc.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162TupleTensor6 MinMaxLocVarShapeInto(Tensor &minVal, Tensor &minLoc, Tensor &numMin, Tensor &maxVal, Tensor &maxLoc,
163 Tensor &numMax, ImageBatchVarShape &input, std::optional<Stream> pstream)
164{
165 return MinMaxLocInto(minVal, minLoc, numMin, maxVal, maxLoc, numMax, input, pstream);
166}
167
168template<class InputContainer>
169TupleTensor3 MinLoc(InputContainer &input, nvcv::DataType inDataType, int numSamples, int maxLocs,

Callers

nothing calls this directly

Calls 1

MinMaxLocIntoFunction · 0.85

Tested by

no test coverage detected