Class RewriteMarkLoopVariablesUpdateInPlace

java.lang.Object
org.apache.sysds.hops.rewrite.StatementBlockRewriteRule
org.apache.sysds.hops.rewrite.RewriteMarkLoopVariablesUpdateInPlace

public class RewriteMarkLoopVariablesUpdateInPlace extends StatementBlockRewriteRule
Rule: Mark loop variables that are only read/updated through cp left indexing for update in-place.
  • Constructor Details

    • RewriteMarkLoopVariablesUpdateInPlace

      public RewriteMarkLoopVariablesUpdateInPlace()
  • Method Details