Uses of Class
org.apache.sysds.runtime.controlprogram.parfor.TaskPartitionerFactoring
Packages that use TaskPartitionerFactoring
-
Uses of TaskPartitionerFactoring in org.apache.sysds.runtime.controlprogram.parfor
Subclasses of TaskPartitionerFactoring in org.apache.sysds.runtime.controlprogram.parforModifier and TypeClassDescriptionclassFactoring with maximum constraint (e.g., if LIX matrix out-of-core and we need to bound the maximum number of iterations per map task -> memory bounds)classFactoring with minimum constraint (e.g., if communication is expensive)