Uses of Enum Class
org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PResultMerge
Packages that use ParForProgramBlock.PResultMerge
-
Uses of ParForProgramBlock.PResultMerge in org.apache.sysds.runtime.controlprogram
Methods in org.apache.sysds.runtime.controlprogram that return ParForProgramBlock.PResultMergeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ParForProgramBlock.PResultMerge[]ParForProgramBlock.PResultMerge.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.controlprogram with parameters of type ParForProgramBlock.PResultMergeModifier and TypeMethodDescriptionstatic ResultMerge<?>ParForProgramBlock.createResultMerge(ParForProgramBlock.PResultMerge prm, CacheableData<?> out, CacheableData<?>[] in, String fname, boolean accum, int numThreads, ExecutionContext ec) voidParForProgramBlock.setResultMerge(ParForProgramBlock.PResultMerge merge)