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

Method pop_scope

tests/python/tirx-base/test_tir_expr_functor.py:82–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 self.level += 1
81
82 def pop_scope(self):
83 self.level -= 1
84
85 def add(self, s: str):
86 self.log.append(self.indent * self.level + s)

Callers 15

visit_buffer_load_Method · 0.45
visit_producer_load_Method · 0.45
visit_let_Method · 0.45
visit_call_Method · 0.45
visit_add_Method · 0.45
visit_sub_Method · 0.45
visit_mul_Method · 0.45
visit_div_Method · 0.45
visit_mod_Method · 0.45
visit_floordiv_Method · 0.45
visit_floormod_Method · 0.45
visit_min_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected