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