The output_from_all
flow provides the output of each iteration not only to its next iteration but to the skeleton that comes after the repeat. In other words, all the tasks will provide data to the out flow, and the skeleton that comes after the current skeleton will be able to request reads from every element of this skeleton.
More...
Classes | |
class | custom_flow |
This is a customized flow over a repeat skeleton that accepts only 2D queries. More... | |
The output_from_all
flow provides the output of each iteration not only to its next iteration but to the skeleton that comes after the repeat. In other words, all the tasks will provide data to the out flow, and the skeleton that comes after the current skeleton will be able to request reads from every element of this skeleton.