Uses of Class
org.apache.nemo.compiler.optimizer.pass.compiletime.reshaping.ReshapingPass
-
Packages that use ReshapingPass Package Description org.apache.nemo.compiler.optimizer.pass.compiletime.reshaping -
-
Uses of ReshapingPass in org.apache.nemo.compiler.optimizer.pass.compiletime.reshaping
Subclasses of ReshapingPass in org.apache.nemo.compiler.optimizer.pass.compiletime.reshaping Modifier and Type Class Description class
CommonSubexpressionEliminationPass
Pass for Common Subexpression Elimination optimization.class
LargeShuffleReshapingPass
Inserts the RelayVertex for each shuffle edge.class
LoopExtractionPass
Pass for extracting and grouping each loops together using the LoopVertex.static class
LoopOptimizations.LoopFusionPass
Pass for Loop Fusion optimization.static class
LoopOptimizations.LoopInvariantCodeMotionPass
Pass for Loop Invariant Code Motion optimization.class
LoopUnrollingPass
Pass for unrolling the loops grouped by theLoopExtractionPass
.class
SamplingSkewReshapingPass
Optimizes the PartitionSet property of shuffle edges to handle data skews using the SamplingVertex.class
SamplingTaskSizingPass
Compiler pass for dynamic task size optimization.class
SkewReshapingPass
Pass to reshape the IR DAG for skew handling.Constructor parameters in org.apache.nemo.compiler.optimizer.pass.compiletime.reshaping with type arguments of type ReshapingPass Constructor Description ReshapingPass(java.lang.Class<? extends ReshapingPass> cls)
Constructor.
-