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

Method visit_binding_block_

tests/python/relax/test_expr_functor.py:696–698  ·  view source on GitHub ↗
(self, block: relax.BindingBlock)

Source from the content-addressed store, hash-verified

694 self.log = ASTLog()
695
696 def visit_binding_block_(self, block: relax.BindingBlock) -> None:
697 self.log.add("BindingBlock")
698 super().visit_binding_block_(block)
699
700 def visit_dataflow_block_(self, block: DataflowBlock) -> None:
701 self.log.add("DataflowBlock")

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
visit_binding_block_Method · 0.45

Tested by

no test coverage detected