Uses of Enum Class
org.apache.sysds.resource.enumeration.Enumerator.OptimizationStrategy
Packages that use Enumerator.OptimizationStrategy
-
Uses of Enumerator.OptimizationStrategy in org.apache.sysds.resource.enumeration
Methods in org.apache.sysds.resource.enumeration that return Enumerator.OptimizationStrategyModifier and TypeMethodDescriptionEnumerator.getOptStrategy()Meant to be used for testing purposesReturns the enum constant of this class with the specified name.static Enumerator.OptimizationStrategy[]Enumerator.OptimizationStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.resource.enumeration with parameters of type Enumerator.OptimizationStrategyModifier and TypeMethodDescriptionEnumerator.Builder.withOptimizationStrategy(Enumerator.OptimizationStrategy strategy)