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

Method visit_dataflow_block_

tests/python/relax/test_expr_functor.py:700–702  ·  view source on GitHub ↗
(self, block: DataflowBlock)

Source from the content-addressed store, hash-verified

698 super().visit_binding_block_(block)
699
700 def visit_dataflow_block_(self, block: DataflowBlock) -> None:
701 self.log.add("DataflowBlock")
702 super().visit_dataflow_block_(block)
703
704 def visit_var_binding_(self, binding: relax.VarBinding) -> None:
705 self.log.add("VarBinding")

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
visit_dataflow_block_Method · 0.45

Tested by

no test coverage detected