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

Method visit_binding_block_

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

Source from the content-addressed store, hash-verified

767 self.log = ASTLog()
768
769 def visit_binding_block_(self, block: relax.BindingBlock) -> None:
770 self.log.add("BindingBlock")
771 return super().visit_binding_block_(block)
772
773 def visit_dataflow_block_(self, block: DataflowBlock) -> None:
774 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