MCPcopy
hub / github.com/apache/tvm / dataflow

Function dataflow

python/tvm/relax/script/builder/ir.py:384–391  ·  view source on GitHub ↗

Start a dataflow binding block frame. Returns ------- frame: frame.BindingBlockFrame The created ir_builder Block frame.

()

Source from the content-addressed store, hash-verified

382
383
384def dataflow() -> frame.BindingBlockFrame:
385 """Start a dataflow binding block frame.
386 Returns
387 -------
388 frame: frame.BindingBlockFrame
389 The created ir_builder Block frame.
390 """
391 return _ffi_api.Dataflow() # type: ignore[attr-defined] # pylint: disable=no-member
392
393
394def output(*vars: tuple[Var]) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…