Uses of Class
org.apache.sysds.runtime.instructions.cp.IntObject
Packages that use IntObject
Package
Description
-
Uses of IntObject in org.apache.sysds.runtime.controlprogram.parfor
Methods in org.apache.sysds.runtime.controlprogram.parfor that return types with arguments of type IntObjectMethods in org.apache.sysds.runtime.controlprogram.parfor with parameters of type IntObjectModifier and TypeMethodDescriptionvoidTask.addIteration(IntObject indexVal) static TaskPartitionerTaskPartitionerFactory.createTaskPartitioner(ParForProgramBlock.PTaskPartitioner type, IntObject from, IntObject to, IntObject incr, long taskSize, int numThreads, String iterPredVar) Constructors in org.apache.sysds.runtime.controlprogram.parfor with parameters of type IntObjectModifierConstructorDescriptionTaskPartitionerFactoring(long taskSize, int numThreads, String iterVarName, IntObject fromVal, IntObject toVal, IntObject incrVal) TaskPartitionerFactoringCmax(long taskSize, int numThreads, long constraint, String iterVarName, IntObject fromVal, IntObject toVal, IntObject incrVal) TaskPartitionerFactoringCmin(long taskSize, int numThreads, long constraint, String iterVarName, IntObject fromVal, IntObject toVal, IntObject incrVal) TaskPartitionerFixedsize(long taskSize, String iterVarName, IntObject fromVal, IntObject toVal, IntObject incrVal) TaskPartitionerNaive(long taskSize, String iterVarName, IntObject fromVal, IntObject toVal, IntObject incrVal) TaskPartitionerStatic(long taskSize, int numThreads, String iterVarName, IntObject fromVal, IntObject toVal, IntObject incrVal) -
Uses of IntObject in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp that return IntObjectModifier and TypeMethodDescriptionstatic IntObjectScalarObjectFactory.castToLong(ScalarObject so)