Uses of Class
org.apache.sysds.parser.ForStatementBlock
Packages that use ForStatementBlock
-
Uses of ForStatementBlock in org.apache.sysds.hops
Methods in org.apache.sysds.hops with parameters of type ForStatementBlockModifier and TypeMethodDescriptionstatic longOptimizerUtils.getNumIterations(ForStatementBlock fsb, long defaultValue) -
Uses of ForStatementBlock in org.apache.sysds.parser
Subclasses of ForStatementBlock in org.apache.sysds.parserModifier and TypeClassDescriptionclassThis ParForStatementBlock is essentially identical to a ForStatementBlock, except an extended validate for checking/setting optional parfor parameters and running the loop dependency analysis.Methods in org.apache.sysds.parser with parameters of type ForStatementBlockModifier and TypeMethodDescriptionvoidDMLTranslator.constructHopsForForControlBlock(ForStatementBlock sb) Constructs Hops for a given ForStatementBlock or ParForStatementBlock, respectively.voidDMLTranslator.constructHopsForIterablePredicate(ForStatementBlock fsb) Constructs all predicate Hops (for FROM, TO, INCREMENT) of an iterable predicate and assigns these Hops to the passed statement block. -
Uses of ForStatementBlock in org.apache.sysds.runtime.util
Methods in org.apache.sysds.runtime.util that return ForStatementBlockModifier and TypeMethodDescriptionstatic ForStatementBlockProgramConverter.createForStatementBlockCopy(ForStatementBlock sb, boolean forceDeepCopy) Methods in org.apache.sysds.runtime.util with parameters of type ForStatementBlockModifier and TypeMethodDescriptionstatic ForStatementBlockProgramConverter.createForStatementBlockCopy(ForStatementBlock sb, boolean forceDeepCopy)