Returns the pointer to referenced data
| 218 | |
| 219 | /// Returns the pointer to referenced data |
| 220 | CUTLASS_HOST_DEVICE |
| 221 | Element * data() const { return ptr_; } |
| 222 | |
| 223 | /// Returns the pointer to referenced data |
| 224 | CUTLASS_HOST_DEVICE |
no test coverage detected