class CpuIterativePlugin[source]
create_clone(clone, data)[source]
get_alternating_datasets()[source]
get_original_datasets()[source]

Helper function to get the in and out datasets more easily.

set_alternating_datasets(d1, d2)[source]
set_iteration_datasets(itr, in_data, out_data, pattern=None)[source]
set_processing_complete()[source]

Signal that the final iteration has been executed.

setup_iterative_plugin()[source]

Run this method instead of the setup() method in the plugin, if the plugin is being run iteratively.

Setup the cloned datasets only if the number of iterations is greater than 1 (so then the cloned dataset isn’t unnecessarily defined for running just a single iteration).