Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ pop_scope
Method
pop_scope
tests/python/relax/test_expr_functor.py:72–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
self.level += 1
71
72
def
pop_scope(self):
73
self.level -= 1
74
75
def
add(self, s: str):
76
self.log.append(self.indent * self.level + s)
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