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

Method const_ref

include/cutlass/tensor_view.h:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 /// Returns a TensorRef pointing to the first element of the tensor.
208 CUTLASS_HOST_DEVICE
209 ConstTensorRef const_ref() const {
210 return ConstTensorRef(this->data(), this->layout());
211 }
212
213 /// Returns a TensorView to const data
214 CUTLASS_HOST_DEVICE

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
layoutMethod · 0.45

Tested by

no test coverage detected