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

Method at

include/cutlass/tensor_ref_planar_complex.h:286–289  ·  view source on GitHub ↗

Returns a reference to the element at a given Coord

Source from the content-addressed store, hash-verified

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

Callers 2

strideMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected