digraph structs { node [shape=plaintext] rankdir=LR edge [arrowsize=0.5] fontname="times" compute1 [label=<
compute
(Function)
>]; dup0 [shape=point,label=dup0] proc [label=<
ia proc
(ProcessingOddEven)
o
ib
>]; sinka [label=<
sinka
(SinkAsync)
>]; sinkb [label=<
sinkb
(SinkAsync)
>]; sourceEven [label=<
sourceEven
(SourceEven)
>]; sourceOdd [label=<
sourceOdd
(SourceOdd)
>]; sourceOdd:i -> proc:ia [label="s16(2)" ,headlabel=<
1
> ,taillabel=<
1
>] sourceEven:i -> proc:ib [label="s16(2)" ,headlabel=<
1
> ,taillabel=<
1
>] proc:o -> compute1:i [label="s16(2)" ,headlabel=<
1
> ,taillabel=<
1
>] compute1:i -> dup0 [label="s16(2)" ,taillabel=<
1
>] dup0 -> sinka:i [label="s16(2)" ,headlabel=<
1
> ] dup0 -> sinkb:i [label="s16(2)" ,headlabel=<
1
> ] }