Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ __getitem__
Method
__getitem__
python/tvm/tirx/script/builder/ir.py:1490–1491 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
1488
return
LetAnnotation(item)
1489
1490
def
__getitem__(self, item):
1491
return
LetAnnotation(item)
1492
1493
def
as_var(self, rhs_dtype=None):
1494
""
"Resolve to a tir.Var."
""
Callers
nothing calls this directly
Calls
1
LetAnnotation
Class · 0.85
Tested by
no test coverage detected