Returns the pointer to referenced data
| 266 | |
| 267 | /// Returns the pointer to referenced data |
| 268 | CUTLASS_HOST_DEVICE |
| 269 | Element * data() const { return ptr_; } |
| 270 | |
| 271 | /// Returns a reference to the element at a given linear index |
| 272 | CUTLASS_HOST_DEVICE |
no test coverage detected