Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ __enter__
Method
__enter__
python/tvm/tirx/script/builder/frame.py:53–55 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
52
class
LetFrame(TIRFrame):
53
def
__enter__(self) -> Var:
54
super().__enter__()
55
return
self.var
56
57
58
class
AllocateFrame(TIRFrame):
Callers
nothing calls this directly
Calls
1
__enter__
Method · 0.45
Tested by
no test coverage detected