Uses of Class
org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PartitionFormat
Packages that use ParForProgramBlock.PartitionFormat
Package
Description
-
Uses of ParForProgramBlock.PartitionFormat in org.apache.sysds.parser
Methods in org.apache.sysds.parser that return ParForProgramBlock.PartitionFormatModifier and TypeMethodDescriptionParForStatementBlock.determineDataPartitionFormat(String var) Determines the PDataPartitioningFormat for read-only parent variables according to the access pattern of that variable within the parfor statement block. -
Uses of ParForProgramBlock.PartitionFormat in org.apache.sysds.runtime.controlprogram
Fields in org.apache.sysds.runtime.controlprogram declared as ParForProgramBlock.PartitionFormatModifier and TypeFieldDescriptionstatic final ParForProgramBlock.PartitionFormatParForProgramBlock.PartitionFormat.COLUMN_WISEstatic final ParForProgramBlock.PartitionFormatParForProgramBlock.PartitionFormat.NONEstatic final ParForProgramBlock.PartitionFormatParForProgramBlock.PartitionFormat.ROW_WISEMethods in org.apache.sysds.runtime.controlprogram that return ParForProgramBlock.PartitionFormatModifier and TypeMethodDescription -
Uses of ParForProgramBlock.PartitionFormat in org.apache.sysds.runtime.controlprogram.parfor
Methods in org.apache.sysds.runtime.controlprogram.parfor with parameters of type ParForProgramBlock.PartitionFormatModifier and TypeMethodDescriptionstatic RemoteParForJobReturnRemoteDPParForSpark.runJob(long pfid, String itervar, String matrixvar, String program, HashMap<String, byte[]> clsMap, String resultFile, MatrixObject input, ExecutionContext ec, ParForProgramBlock.PartitionFormat dpf, Types.FileFormat fmt, boolean tSparseCol, boolean enableCPCaching, int numReducers) Constructors in org.apache.sysds.runtime.controlprogram.parfor with parameters of type ParForProgramBlock.PartitionFormatModifierConstructorDescriptionDataPartitionerLocal(ParForProgramBlock.PartitionFormat dpf, int par) DataPartitionerLocal constructor.DataPartitionerRemoteSpark(ParForProgramBlock.PartitionFormat dpf, ExecutionContext ec, long numRed, int replication, boolean keepIndexes) RemoteDPParForSparkWorker(String program, boolean isLocal, HashMap<String, byte[]> clsMap, String inputVar, String iterVar, boolean cpCaching, DataCharacteristics mc, boolean tSparseCol, ParForProgramBlock.PartitionFormat dpf, Types.FileFormat fmt, org.apache.spark.util.LongAccumulator atasks, org.apache.spark.util.LongAccumulator aiters) -
Uses of ParForProgramBlock.PartitionFormat in org.apache.sysds.runtime.controlprogram.parfor.opt
Methods in org.apache.sysds.runtime.controlprogram.parfor.opt with parameters of type ParForProgramBlock.PartitionFormatModifier and TypeMethodDescriptionstatic booleanOptimizerRuleBased.allowsBinaryCellPartitions(MatrixObject mo, ParForProgramBlock.PartitionFormat dpf)