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

Method layout

include/cutlass/tensor_ref.h:285–288  ·  view source on GitHub ↗

Returns the layout object

Source from the content-addressed store, hash-verified

283
284 /// Returns the layout object
285 CUTLASS_HOST_DEVICE
286 Layout layout() const {
287 return layout_;
288 }
289
290 /// Returns the layout object's stride vector
291 CUTLASS_HOST_DEVICE

Callers 7

refMethod · 0.45
const_refMethod · 0.45
refMethod · 0.45
const_refMethod · 0.45
const_refMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected