MCPcopy Create free account
hub / github.com/apache/tvm / pop_scope

Method pop_scope

tests/python/relax/test_expr_functor.py:72–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70 self.level += 1
71
72 def pop_scope(self):
73 self.level -= 1
74
75 def add(self, s: str):
76 self.log.append(self.indent * self.level + s)

Callers 12

visit_tuple_Method · 0.45
visit_function_Method · 0.45
visit_call_Method · 0.45
visit_if_Method · 0.45
visit_tuple_getitem_Method · 0.45
visit_seq_expr_Method · 0.45
visit_var_binding_Method · 0.45
visit_match_cast_Method · 0.45
visit_binding_block_Method · 0.45
visit_dataflow_block_Method · 0.45
visit_call_Method · 0.45
visit_call_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected