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

Method visit_dataflow_block_

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

Source from the content-addressed store, hash-verified

771 return super().visit_binding_block_(block)
772
773 def visit_dataflow_block_(self, block: DataflowBlock) -> None:
774 self.log.add("DataflowBlock")
775 return super().visit_dataflow_block_(block)
776
777 def visit_var_binding_(self, binding: relax.VarBinding) -> None:
778 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