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

Method push_scope

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

Source from the content-addressed store, hash-verified

67 self.level = 0
68
69 def push_scope(self):
70 self.level += 1
71
72 def pop_scope(self):
73 self.level -= 1

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