| Package | Description | 
|---|---|
| org.apache.sysds.runtime.controlprogram.parfor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TaskPartitionerNaiveThis 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. | 
| class  | TaskPartitionerStaticThis 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. | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.