Returns a reference to the element at a given Coord
| 284 | |
| 285 | /// Returns a reference to the element at a given Coord |
| 286 | CUTLASS_HOST_DEVICE |
| 287 | Reference at(TensorCoord const& coord) const { |
| 288 | return data(offset(coord)); |
| 289 | } |
| 290 | |
| 291 | /// Returns a reference to the element at a given Coord |
| 292 | CUTLASS_HOST_DEVICE |
no outgoing calls
no test coverage detected