MCPcopy Index your code
hub / github.com/apache/tvm / context

Function context

python/tvm/script/parser/core/parser.py:58–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57 @contextmanager
58 def context():
59 try:
60 yield
61 finally:
62 exit_f()
63
64 return context()
65

Callers 1

_deferredFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…