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

Method visit_call_

tests/python/relax/test_expr_functor.py:803–805  ·  view source on GitHub ↗
(self, op: Call)

Source from the content-addressed store, hash-verified

801 @relax.expr_functor.mutator
802 class LeafMutator(InternalMutator._cls):
803 def visit_call_(self, op: Call) -> None:
804 self.log.add("LeafCall")
805 return super().visit_call_(op) # call InternalMutator.visit_call_
806
807 call_node = relax.op.add(x, y)
808 im = InternalMutator()

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
visit_call_Method · 0.45

Tested by

no test coverage detected