IRON 1a5eed49d3c0721a318ac369f725acc96b7c4584
Loading...
Searching...
No Matches
Functions | Variables
iron.dataflow.cascadeflow Namespace Reference

Functions

 __init__ (self, src, dst)
 
None resolve (self, loc=None, ip=None)
 

Variables

 _src
 
 _dst
 

Detailed Description

CascadeFlow: a directed cascade stream connection between two Workers.

Function Documentation

◆ __init__()

iron.dataflow.cascadeflow.__init__ (   self,
  src,
  dst 
)
Construct a CascadeFlow.

Args:
    src: Source ``Worker`` whose tile drives the cascade stream.
    dst: Destination ``Worker`` whose tile reads the cascade stream.

◆ resolve()

None iron.dataflow.cascadeflow.resolve (   self,
  loc = None,
  ip = None 
)
Emit ``aie.cascade_flow(src.tile, dst.tile)``.

Variable Documentation

◆ _dst

iron.dataflow.cascadeflow._dst
protected

◆ _src

iron.dataflow.cascadeflow._src
protected