MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / at

Method at

include/cutlass/array_subbyte.h:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 CUTLASS_HOST_DEVICE
421 reference at(size_type pos) {
422 return reference(storage + pos / kElementsPerStoredItem, pos % kElementsPerStoredItem);
423 }
424
425 CUTLASS_HOST_DEVICE
426 const_reference at(size_type pos) const {

Callers

nothing calls this directly

Calls 2

referenceClass · 0.85
const_referenceClass · 0.85

Tested by

no test coverage detected