| 87 | } |
| 88 | |
| 89 | TupleTensor3 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 | |
| 95 | TupleTensor3 MinLocVarShapeInto(Tensor &minVal, Tensor &minLoc, Tensor &numMin, ImageBatchVarShape &input, |
| 96 | std::optional<Stream> pstream) |
nothing calls this directly
no test coverage detected