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

Method fake_tensor

test/python/cutlass/interface/evt_interface.py:249–250  ·  view source on GitHub ↗
(self, element, shape)

Source from the content-addressed store, hash-verified

247 #
248
249 def fake_tensor(self, element, shape):
250 return Tensor(element=element, shape=shape, layout_tag=LayoutType.RowMajor)
251
252
253if __name__ == '__main__':

Callers 8

test_root_not_dMethod · 0.95
test_no_accumMethod · 0.95
test_not_ssaMethod · 0.95
test_no_matching_implMethod · 0.95

Calls 1

TensorClass · 0.90

Tested by 8

test_root_not_dMethod · 0.76
test_no_accumMethod · 0.76
test_not_ssaMethod · 0.76
test_no_matching_implMethod · 0.76