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