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

Function pre_visit_local_function

python/tvm/relax/script/parser/parser.py:292–294  ·  view source on GitHub ↗
(self: Parser, node: doc.Expr)

Source from the content-addressed store, hash-verified

290
291@dispatch.register(token="relax", type_name="pre_visit_local_function")
292def pre_visit_local_function(self: Parser, node: doc.Expr) -> None:
293 ir_builder = IRBuilder()
294 ir_builder.__enter__()
295
296
297@dispatch.register(token="relax", type_name="post_visit_local_function")

Callers

nothing calls this directly

Calls 2

__enter__Method · 0.95
IRBuilderClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…