Uses of Class
org.nd4j.linalg.api.ops.impl.layers.recurrent.config.LSTMActivations
-
Packages that use LSTMActivations Package Description org.nd4j.linalg.api.ops.impl.layers.recurrent.config -
-
Uses of LSTMActivations in org.nd4j.linalg.api.ops.impl.layers.recurrent.config
Methods in org.nd4j.linalg.api.ops.impl.layers.recurrent.config that return LSTMActivations Modifier and Type Method Description static LSTMActivationsLSTMActivations. valueOf(String name)Returns the enum constant of this type with the specified name.static LSTMActivations[]LSTMActivations. values()Returns an array containing the constants of this enum type, in the order they are declared.
-