Package org.apache.sysds.lops.rewrite
Class RewriteFixIDs
- java.lang.Object
-
- org.apache.sysds.lops.rewrite.LopRewriteRule
-
- org.apache.sysds.lops.rewrite.RewriteFixIDs
-
public class RewriteFixIDs extends LopRewriteRule
-
-
Constructor Summary
Constructors Constructor Description RewriteFixIDs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StatementBlock>rewriteLOPinStatementBlock(StatementBlock sb)List<StatementBlock>rewriteLOPinStatementBlocks(List<StatementBlock> sbs)
-
-
-
Method Detail
-
rewriteLOPinStatementBlock
public List<StatementBlock> rewriteLOPinStatementBlock(StatementBlock sb)
- Specified by:
rewriteLOPinStatementBlockin classLopRewriteRule
-
rewriteLOPinStatementBlocks
public List<StatementBlock> rewriteLOPinStatementBlocks(List<StatementBlock> sbs)
- Specified by:
rewriteLOPinStatementBlocksin classLopRewriteRule
-
-