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

Method visit_call_

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

Source from the content-addressed store, hash-verified

779 return super().visit_var_binding_(binding)
780
781 def visit_call_(self, op: Call) -> None:
782 self.log.add("InternalCall")
783 return super().visit_call_(op) # call PyExprMutator.visit_call_
784
785 def visit_var_def_(self, var: Var) -> None:
786 self.log.add("VarDef")

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
visit_call_Method · 0.45

Tested by

no test coverage detected