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

Function MinLocTensorInto

python/mod_cvcuda/operators/OpMinMaxLoc.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89TupleTensor3 MinLocTensorInto(Tensor &minVal, Tensor &minLoc, Tensor &numMin, Tensor &input,
90 std::optional<Stream> pstream)
91{
92 return MinLocInto(minVal, minLoc, numMin, input, pstream);
93}
94
95TupleTensor3 MinLocVarShapeInto(Tensor &minVal, Tensor &minLoc, Tensor &numMin, ImageBatchVarShape &input,
96 std::optional<Stream> pstream)

Callers

nothing calls this directly

Calls 1

MinLocIntoFunction · 0.85

Tested by

no test coverage detected