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

Method shape

python/cutlass_cppgen/backend/evt/ir/tensor.py:92–96  ·  view source on GitHub ↗

Returns the RowMajor layout shape

(self)

Source from the content-addressed store, hash-verified

90
91 @property
92 def shape(self):
93 """
94 Returns the RowMajor layout shape
95 """
96 return _reverse_tuple(self.layout.shape)
97
98 @property
99 def stride(self):

Callers

nothing calls this directly

Calls 1

_reverse_tupleFunction · 0.90

Tested by

no test coverage detected