| 71 | } |
| 72 | |
| 73 | Tensor ColorTwistMatrix(Tensor &src, Tensor &twist, std::optional<Stream> pstream) |
| 74 | { |
| 75 | auto dst = tensorLike(src); |
| 76 | return ColorTwistMatrixInto(dst, src, twist, pstream); |
| 77 | } |
| 78 | |
| 79 | ImageBatchVarShape VarShapeColorTwistMatrixInto(ImageBatchVarShape &dst, ImageBatchVarShape &src, Tensor &twist, |
| 80 | std::optional<Stream> pstream) |
nothing calls this directly
no test coverage detected