tf::DynamicPartitioner class

class to construct a dynamic partitioner for scheduling parallel algorithms

The partitioner splits iterations into many partitions each of size equal to the given chunk size. Different partitions are distributed dynamically to workers without any specific order.

Base classes

class PartitionerBase
class to derive a partitioner for scheduling parallel algorithms

Constructors, destructors, conversion operators

DynamicPartitioner()
default constructor
DynamicPartitioner(size_t sz) explicit
construct a dynamic partitioner with the given chunk size