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

Method visit_var_

tests/python/tirx-base/test_tir_expr_functor.py:99–100  ·  view source on GitHub ↗
(self, op: Var)

Source from the content-addressed store, hash-verified

97 self.log = ASTLog()
98
99 def visit_var_(self, op: Var) -> None:
100 self.log.add("Var")
101
102 def visit_size_var_(self, op: SizeVar) -> None:
103 self.log.add("SizeVar")

Callers 2

visit_var_Method · 0.45
visit_var_Method · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected