Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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