Uses of Enum Class
org.apache.sysds.hops.recompile.Recompiler.ResetType
Packages that use Recompiler.ResetType
-
Uses of Recompiler.ResetType in org.apache.sysds.hops
Methods in org.apache.sysds.hops with parameters of type Recompiler.ResetTypeModifier and TypeMethodDescriptionstatic voidHop.resetRecompilationFlag(ArrayList<Hop> hops, Types.ExecType et, Recompiler.ResetType reset) static voidHop.resetRecompilationFlag(Hop hops, Types.ExecType et, Recompiler.ResetType reset) -
Uses of Recompiler.ResetType in org.apache.sysds.hops.recompile
Methods in org.apache.sysds.hops.recompile that return Recompiler.ResetTypeModifier and TypeMethodDescriptionRecompileStatus.getReset()static Recompiler.ResetTypeReturns the enum constant of this class with the specified name.static Recompiler.ResetType[]Recompiler.ResetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.hops.recompile with parameters of type Recompiler.ResetTypeModifier and TypeMethodDescriptionstatic voidRecompiler.recompileFunctionOnceIfNeeded(boolean recompileOnce, List<ProgramBlock> childBlocks, long tid, boolean inplace, Recompiler.ResetType reset, ExecutionContext ec) static voidRecompiler.recompileProgramBlockHierarchy(List<ProgramBlock> pbs, LocalVariableMap vars, long tid, boolean inplace, Recompiler.ResetType resetRecompile) Constructors in org.apache.sysds.hops.recompile with parameters of type Recompiler.ResetTypeModifierConstructorDescriptionRecompileStatus(long tid, boolean inplace, Recompiler.ResetType reset, boolean initialCodegen)