| 93 | } |
| 94 | |
| 95 | TupleTensor3 MinLocVarShapeInto(Tensor &minVal, Tensor &minLoc, Tensor &numMin, ImageBatchVarShape &input, |
| 96 | std::optional<Stream> pstream) |
| 97 | { |
| 98 | return MinLocInto(minVal, minLoc, numMin, input, pstream); |
| 99 | } |
| 100 | |
| 101 | template<class InputContainer> |
| 102 | TupleTensor3 MaxLocInto(Tensor &maxVal, Tensor &maxLoc, Tensor &numMax, InputContainer &input, |
nothing calls this directly
no test coverage detected