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

Function MinMaxLocTensorInto

python/mod_cvcuda/operators/OpMinMaxLoc.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156TupleTensor6 MinMaxLocTensorInto(Tensor &minVal, Tensor &minLoc, Tensor &numMin, Tensor &maxVal, Tensor &maxLoc,
157 Tensor &numMax, Tensor &input, std::optional<Stream> pstream)
158{
159 return MinMaxLocInto(minVal, minLoc, numMin, maxVal, maxLoc, numMax, input, pstream);
160}
161
162TupleTensor6 MinMaxLocVarShapeInto(Tensor &minVal, Tensor &minLoc, Tensor &numMin, Tensor &maxVal, Tensor &maxLoc,
163 Tensor &numMax, ImageBatchVarShape &input, std::optional<Stream> pstream)

Callers

nothing calls this directly

Calls 1

MinMaxLocIntoFunction · 0.85

Tested by

no test coverage detected