MCPcopy 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
52class LetFrame(TIRFrame):
53 def __enter__(self) -> Var:
54 super().__enter__()
55 return self.var
56
57
58class AllocateFrame(TIRFrame):

Callers

nothing calls this directly

Calls 1

__enter__Method · 0.45

Tested by

no test coverage detected