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

Method visit_add_

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

Source from the content-addressed store, hash-verified

801
802 class LeafMutator(InternalMutator):
803 def visit_add_(self, op: Add) -> tir.PrimExpr:
804 self.log.add("LeafAdd")
805 return super().visit_add_(op) # call InternalMutator.visit_add_
806
807 add_node = tir.Add(n, tir.IntImm("int32", 10))
808 im = InternalMutator()

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
visit_add_Method · 0.45

Tested by

no test coverage detected