Uses of Class
org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PTaskPartitioner
-
Packages that use ParForProgramBlock.PTaskPartitioner Package Description org.apache.sysds.runtime.controlprogram -
-
Uses of ParForProgramBlock.PTaskPartitioner in org.apache.sysds.runtime.controlprogram
Methods in org.apache.sysds.runtime.controlprogram that return ParForProgramBlock.PTaskPartitioner Modifier and Type Method Description static ParForProgramBlock.PTaskPartitioner
ParForProgramBlock.PTaskPartitioner. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParForProgramBlock.PTaskPartitioner[]
ParForProgramBlock.PTaskPartitioner. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sysds.runtime.controlprogram with parameters of type ParForProgramBlock.PTaskPartitioner Modifier and Type Method Description void
ParForProgramBlock. setTaskPartitioner(ParForProgramBlock.PTaskPartitioner partitioner)
-