MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / shape

Method shape

python/cuda_tile/dialects/cuda_tile_ops.py:1088–1089  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1086
1087 @property
1088 def shape(self):
1089 return self.tensor_view_type.shape
1090
1091 @property
1092 def strides(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected