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

Method push_scope

tests/python/tirx-base/test_tir_stmt_functor.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 self.level = 0
38
39 def push_scope(self):
40 self.level += 1
41
42 def pop_scope(self):
43 self.level -= 1

Callers 15

visit_bind_Method · 0.45
visit_attr_Method · 0.45
visit_assert_Method · 0.45
visit_for_Method · 0.45
visit_while_Method · 0.45
visit_buffer_store_Method · 0.45
visit_seqstmt_Method · 0.45
visit_evaluate_Method · 0.45
visit_block_Method · 0.45
visit_block_realize_Method · 0.45
visit_if_then_else_Method · 0.45
visit_decl_buffer_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected