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

Method visit_var_binding_

tests/python/relax/test_expr_functor.py:704–706  ·  view source on GitHub ↗
(self, binding: relax.VarBinding)

Source from the content-addressed store, hash-verified

702 super().visit_dataflow_block_(block)
703
704 def visit_var_binding_(self, binding: relax.VarBinding) -> None:
705 self.log.add("VarBinding")
706 super().visit_var_binding_(binding)
707
708 def visit_call_(self, op: Call) -> None:
709 self.log.add("InternalCall")

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
visit_var_binding_Method · 0.45

Tested by

no test coverage detected