MCPcopy Create free account
hub / github.com/apache/tvm / __class_getitem__

Method __class_getitem__

python/tvm/tirx/script/builder/ir.py:1487–1488  ·  view source on GitHub ↗
(cls, item)

Source from the content-addressed store, hash-verified

1485 self.type_spec = type_spec
1486
1487 def __class_getitem__(cls, item):
1488 return LetAnnotation(item)
1489
1490 def __getitem__(self, item):
1491 return LetAnnotation(item)

Callers

nothing calls this directly

Calls 1

LetAnnotationClass · 0.85

Tested by

no test coverage detected