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

Method ref

include/cutlass/tensor_view_planar_complex.h:194–197  ·  view source on GitHub ↗

Returns a TensorRef pointing to the first element of the tensor.

Source from the content-addressed store, hash-verified

192
193 /// Returns a TensorRef pointing to the first element of the tensor.
194 CUTLASS_HOST_DEVICE
195 Base ref() const {
196 return Base(this->data(), this->layout(), this->imaginary_stride());
197 }
198
199 /// Returns a TensorRef pointing to the first element of the tensor.
200 CUTLASS_HOST_DEVICE

Callers 1

subviewMethod · 0.95

Calls 4

BaseFunction · 0.85
dataMethod · 0.45
layoutMethod · 0.45
imaginary_strideMethod · 0.45

Tested by

no test coverage detected