Uses of Class
org.nd4j.linalg.api.ops.impl.layers.recurrent.config.RnnDataFormat
-
Packages that use RnnDataFormat Package Description org.nd4j.linalg.api.ops.impl.layers.recurrent.config -
-
Uses of RnnDataFormat in org.nd4j.linalg.api.ops.impl.layers.recurrent.config
Methods in org.nd4j.linalg.api.ops.impl.layers.recurrent.config 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.
-