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

Method data

include/cutlass/tensor_ref.h:268–269  ·  view source on GitHub ↗

Returns the pointer to referenced data

Source from the content-addressed store, hash-verified

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

Callers 10

lut_convertMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
refMethod · 0.45
const_refMethod · 0.45
refMethod · 0.45
const_refMethod · 0.45
const_refMethod · 0.45
TensorRef_alignedFunction · 0.45

Calls 1

getFunction · 0.70

Tested by

no test coverage detected