Uses of Class
org.apache.sysds.runtime.controlprogram.parfor.TaskPartitionerFixedsize
Packages that use TaskPartitionerFixedsize
-
Uses of TaskPartitionerFixedsize in org.apache.sysds.runtime.controlprogram.parfor
Subclasses of TaskPartitionerFixedsize in org.apache.sysds.runtime.controlprogram.parforModifier and TypeClassDescriptionclassThis static task partitioner virtually iterates over the given FOR loop (from, to, incr), creates iterations and group them to tasks according to a task size of numIterations/numWorkers.classThis static task partitioner virtually iterates over the given FOR loop (from, to, incr), creates iterations and group them to tasks according to a task size of numIterations/numWorkers.