| 207 | /// Returns a TensorRef pointing to the first element of the tensor. |
| 208 | CUTLASS_HOST_DEVICE |
| 209 | ConstTensorRef const_ref() const { |
| 210 | return ConstTensorRef(this->data(), this->layout()); |
| 211 | } |
| 212 | |
| 213 | /// Returns a TensorView to const data |
| 214 | CUTLASS_HOST_DEVICE |