Package | Description |
---|---|
org.apache.sysds.hops | |
org.apache.sysds.hops.recompile |
Modifier and Type | Method and Description |
---|---|
void |
MemoTable.extract(ArrayList<Hop> hops,
RecompileStatus status) |
void |
MemoTable.init(ArrayList<Hop> hops,
RecompileStatus status) |
void |
MemoTable.init(Hop hop,
RecompileStatus status) |
Modifier and Type | Method and Description |
---|---|
static RecompileStatus |
Recompiler.reconcileUpdatedCallVarsIf(RecompileStatus oldStatus,
RecompileStatus callStatusIf,
RecompileStatus callStatusElse,
StatementBlock sb) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<Instruction> |
Recompiler.recompileHopsDag(Hop hop,
ExecutionContext ec,
RecompileStatus status,
boolean inplace,
boolean replaceLit,
long tid) |
static ArrayList<Instruction> |
Recompiler.recompileHopsDag(Hop hop,
LocalVariableMap vars,
RecompileStatus status,
boolean inplace,
boolean replaceLit,
long tid) |
static ArrayList<Instruction> |
Recompiler.recompileHopsDag(StatementBlock sb,
ArrayList<Hop> hops,
ExecutionContext ec,
RecompileStatus status,
boolean inplace,
boolean replaceLit,
long tid) |
static ArrayList<Instruction> |
Recompiler.recompileHopsDag(StatementBlock sb,
ArrayList<Hop> hops,
LocalVariableMap vars,
RecompileStatus status,
boolean inplace,
boolean replaceLit,
long tid) |
static RecompileStatus |
Recompiler.reconcileUpdatedCallVarsIf(RecompileStatus oldStatus,
RecompileStatus callStatusIf,
RecompileStatus callStatusElse,
StatementBlock sb) |
static boolean |
Recompiler.reconcileUpdatedCallVarsLoops(RecompileStatus oldCallStatus,
RecompileStatus callStatus,
StatementBlock sb) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.