Creates a map of placeholders to the list (tuple) of the skeleton placeholders that read from them and at which index. More...
Public Types | |
using | type = Accum |
Creates a map of placeholders to the list (tuple) of the skeleton placeholders that read from them and at which index.
The user specifies only what flows each skeleton takes at which index, but where the output of a skeleton and at what indices is also needed for a flows class, which is computed here.
For exmaple, if we have x2 reads from [x0, x1], x0 will have an entry (x2,0) and x1 will have an entry (x2, 1).
The following is a pseudocode explanation of the process.