Uses of Enum Class
org.apache.sysds.hops.OptimizerUtils.OptimizationLevel
Packages that use OptimizerUtils.OptimizationLevel
-
Uses of OptimizerUtils.OptimizationLevel in org.apache.sysds.hops
Fields in org.apache.sysds.hops declared as OptimizerUtils.OptimizationLevelModifier and TypeFieldDescriptionstatic final OptimizerUtils.OptimizationLevelOptimizerUtils.DEFAULT_OPTLEVELDefault optimization level if unspecifiedMethods in org.apache.sysds.hops that return OptimizerUtils.OptimizationLevelModifier and TypeMethodDescriptionOptimizerUtils.getOptLevel()Returns the enum constant of this class with the specified name.static OptimizerUtils.OptimizationLevel[]OptimizerUtils.OptimizationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.hops with parameters of type OptimizerUtils.OptimizationLevelModifier and TypeMethodDescriptionstatic booleanOptimizerUtils.isOptLevel(OptimizerUtils.OptimizationLevel level)