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

Method visit_var_binding_

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

Source from the content-addressed store, hash-verified

775 return super().visit_dataflow_block_(block)
776
777 def visit_var_binding_(self, binding: relax.VarBinding) -> None:
778 self.log.add("VarBinding")
779 return super().visit_var_binding_(binding)
780
781 def visit_call_(self, op: Call) -> None:
782 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