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