Class LoopExtractionPass
- java.lang.Object
-
- org.apache.nemo.common.pass.Pass
-
- org.apache.nemo.compiler.optimizer.pass.compiletime.CompileTimePass
-
- org.apache.nemo.compiler.optimizer.pass.compiletime.reshaping.ReshapingPass
-
- org.apache.nemo.compiler.optimizer.pass.compiletime.reshaping.LoopExtractionPass
-
public final class LoopExtractionPass extends ReshapingPass
Pass for extracting and grouping each loops together using the LoopVertex. It first groups loops together, making each iteration into a LoopOperator. Then, it rolls repetitive operators into one root LoopOperator, which contains enough information to produce all other iterative computations.
-
-
Constructor Summary
Constructors Constructor Description LoopExtractionPass()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRDAG
apply(IRDAG inputDAG)
-
Methods inherited from class org.apache.nemo.compiler.optimizer.pass.compiletime.reshaping.ReshapingPass
getPrerequisiteExecutionProperties
-
Methods inherited from class org.apache.nemo.common.pass.Pass
addCondition, getCondition
-
-