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