MCPcopy Index your code
hub / github.com/NVIDIA/TensorRT-LLM / element_size

Method element_size

triton_kernels/tensor.py:152–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

150 return self.storage.data.numel()
151
152 def element_size(self):
153 return bitwidth(self.dtype) // 8
154
155 @property
156 def data(self):

Callers 15

matmul_ogsFunction · 0.80
is_tma_compliantMethod · 0.80
matmul_launch_metadataFunction · 0.80
swiglu_launch_metadataFunction · 0.80
run_single_rankFunction · 0.80
run_single_rank_ub_passFunction · 0.80

Calls 1

bitwidthFunction · 0.85