| 123 | } \ |
| 124 | template <> \ |
| 125 | Status DoMatrixTranspose(const DEVICE& device, const Tensor& in, \ |
| 126 | Tensor* out) { \ |
| 127 | return internal::DoMatrixTransposeImpl(device, in, /*conjugate=*/false, \ |
| 128 | out); \ |
| 129 | } \ |
| 130 | template <> \ |
| 131 | Status DoConjugateMatrixTranspose(const DEVICE& device, const Tensor& in, \ |
| 132 | Tensor* out) { \ |
no test coverage detected