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

Method tensor

python/cutlass_cppgen/backend/evt/ir/node.py:184–188  ·  view source on GitHub ↗

Return the output tensor (concept: cutlass_cppgen.backend.evt.ir.tensor)

(self)

Source from the content-addressed store, hash-verified

182
183 @property
184 def tensor(self) -> Tensor:
185 """
186 Return the output tensor (concept: cutlass_cppgen.backend.evt.ir.tensor)
187 """
188 return self._tensor
189
190 @tensor.setter
191 def tensor(self, kwargs):

Callers 5

maximumFunction · 0.45
minimumFunction · 0.45
create_gemm_tensor_torchFunction · 0.45
decode_float4e2m1fnFunction · 0.45

Calls 1

TensorClass · 0.90

Tested by

no test coverage detected