Package | Description |
---|---|
org.apache.sysds.hops | |
org.apache.sysds.hops.recompile |
Modifier and Type | Method and Description |
---|---|
static void |
Hop.resetRecompilationFlag(ArrayList<Hop> hops,
Types.ExecType et,
Recompiler.ResetType reset) |
static void |
Hop.resetRecompilationFlag(Hop hops,
Types.ExecType et,
Recompiler.ResetType reset) |
Modifier and Type | Method and Description |
---|---|
Recompiler.ResetType |
RecompileStatus.getReset() |
static Recompiler.ResetType |
Recompiler.ResetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recompiler.ResetType[] |
Recompiler.ResetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Recompiler.recompileProgramBlockHierarchy(ArrayList<ProgramBlock> pbs,
LocalVariableMap vars,
long tid,
boolean inplace,
Recompiler.ResetType resetRecompile) |
Constructor and Description |
---|
RecompileStatus(long tid,
boolean inplace,
Recompiler.ResetType reset,
boolean initialCodegen) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.