Uses of Class
org.deeplearning4j.nn.conf.layers.SpaceToDepthLayer.DataFormat
-
Packages that use SpaceToDepthLayer.DataFormat Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of SpaceToDepthLayer.DataFormat in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers that return SpaceToDepthLayer.DataFormat Modifier and Type Method Description static SpaceToDepthLayer.DataFormat
SpaceToDepthLayer.DataFormat. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static SpaceToDepthLayer.DataFormat[]
SpaceToDepthLayer.DataFormat. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.nn.conf.layers with parameters of type SpaceToDepthLayer.DataFormat Modifier and Type Method Description T
SpaceToDepthLayer.Builder. dataFormat(SpaceToDepthLayer.DataFormat dataFormat)
Deprecated.Constructors in org.deeplearning4j.nn.conf.layers with parameters of type SpaceToDepthLayer.DataFormat Constructor Description Builder(int blockSize, SpaceToDepthLayer.DataFormat dataFormat)
Deprecated.
-