| 160 | } |
| 161 | |
| 162 | TupleTensor6 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 | |
| 168 | template<class InputContainer> |
| 169 | TupleTensor3 MinLoc(InputContainer &input, nvcv::DataType inDataType, int numSamples, int maxLocs, |
nothing calls this directly
no test coverage detected