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