| 126 | } |
| 127 | |
| 128 | TupleTensor3 MaxLocVarShapeInto(Tensor &maxVal, Tensor &maxLoc, Tensor &numMax, ImageBatchVarShape &input, |
| 129 | std::optional<Stream> pstream) |
| 130 | { |
| 131 | return MaxLocInto(maxVal, maxLoc, numMax, input, pstream); |
| 132 | } |
| 133 | |
| 134 | template<class InputContainer> |
| 135 | TupleTensor6 MinMaxLocInto(Tensor &minVal, Tensor &minLoc, Tensor &numMin, Tensor &maxVal, Tensor &maxLoc, |
nothing calls this directly
no test coverage detected