| 85 | } |
| 86 | |
| 87 | ImageBatchVarShape VarShapeColorTwistMatrix(ImageBatchVarShape &src, Tensor &twist, std::optional<Stream> pstream) |
| 88 | { |
| 89 | auto dst = batchLike(src); |
| 90 | return VarShapeColorTwistMatrixInto(dst, src, twist, pstream); |
| 91 | } |
| 92 | |
| 93 | } // namespace |
| 94 |
nothing calls this directly
no test coverage detected