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

Method visit_add_

tests/python/tirx-base/test_tir_expr_functor.py:790–792  ·  view source on GitHub ↗
(self, op: Add)

Source from the content-addressed store, hash-verified

788 self.log = ASTLog()
789
790 def visit_add_(self, op: Add) -> tir.PrimExpr:
791 self.log.add("InternalAdd")
792 return super().visit_add_(op) # call ExprMutator.visit_add_
793
794 def visit_var_(self, op: Var) -> tir.PrimExpr:
795 self.log.add("InternalVar")

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
visit_add_Method · 0.45

Tested by

no test coverage detected