Uses of Class
org.nd4j.enums.OutAct
-
Packages that use OutAct Package Description org.nd4j.enums -
-
Uses of OutAct in org.nd4j.enums
Methods in org.nd4j.enums that return OutAct Modifier and Type Method Description static OutActOutAct. valueOf(String name)Returns the enum constant of this type with the specified name.static OutAct[]OutAct. values()Returns an array containing the constants of this enum type, in the order they are declared.
-