Uses of Class
org.apache.sysds.runtime.controlprogram.parfor.ParForBody
Packages that use ParForBody
-
Uses of ParForBody in org.apache.sysds.runtime.controlprogram.parfor
Constructors in org.apache.sysds.runtime.controlprogram.parfor with parameters of type ParForBodyModifierConstructorDescriptionLocalParWorker(long ID, LocalTaskQueue<Task> q, ParForBody body, CompilerConfig cconf, int max_retry) ParWorker(long ID, ParForBody body) -
Uses of ParForBody in org.apache.sysds.runtime.util
Methods in org.apache.sysds.runtime.util that return ParForBodyModifier and TypeMethodDescriptionstatic ParForBodyProgramConverter.parseParForBody(String in, int id) static ParForBodyProgramConverter.parseParForBody(String in, int id, boolean inSpark) Methods in org.apache.sysds.runtime.util with parameters of type ParForBodyModifier and TypeMethodDescriptionstatic StringProgramConverter.serializeParForBody(ParForBody body) static StringProgramConverter.serializeParForBody(ParForBody body, HashMap<String, byte[]> clsMap)