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

Function MinMaxLocVarShape

python/mod_cvcuda/operators/OpMinMaxLoc.cpp:263–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263TupleTensor6 MinMaxLocVarShape(ImageBatchVarShape &input, int maxLocs, std::optional<Stream> pstream)
264{
265 maxLocs = maxLocs == 0 ? GetDefaultMaxLocs(input.maxSize().w, input.maxSize().h) : maxLocs;
266
267 return MinMaxLoc(input, input.uniqueFormat().planeDataType(0), input.numImages(), maxLocs, pstream);
268}
269
270// Function to get the docstring for an entry function
271

Callers

nothing calls this directly

Calls 6

GetDefaultMaxLocsFunction · 0.85
MinMaxLocFunction · 0.70
maxSizeMethod · 0.45
planeDataTypeMethod · 0.45
uniqueFormatMethod · 0.45
numImagesMethod · 0.45

Tested by

no test coverage detected