Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.parfor | |
org.apache.sysds.runtime.util |
Constructor and Description |
---|
LocalParWorker(long ID,
LocalTaskQueue<Task> q,
ParForBody body,
CompilerConfig cconf,
int max_retry,
boolean monitor) |
ParWorker(long ID,
ParForBody body,
boolean monitor) |
Modifier and Type | Method and Description |
---|---|
static ParForBody |
ProgramConverter.parseParForBody(String in,
int id) |
static ParForBody |
ProgramConverter.parseParForBody(String in,
int id,
boolean inSpark) |
Modifier and Type | Method and Description |
---|---|
static String |
ProgramConverter.serializeParForBody(ParForBody body) |
static String |
ProgramConverter.serializeParForBody(ParForBody body,
HashMap<String,byte[]> clsMap) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.