Uses of Class
org.deeplearning4j.nn.conf.layers.Upsampling3D.Builder
-
Packages that use Upsampling3D.Builder Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of Upsampling3D.Builder in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers that return Upsampling3D.Builder Modifier and Type Method Description Upsampling3D.Builder
Upsampling3D.Builder. dataFormat(Convolution3D.DataFormat dataFormat)
Sets the DataFormat.Upsampling3D.Builder
Upsampling3D.Builder. size(int size)
Upsampling size as int, so same upsampling size is used for depth, width and heightUpsampling3D.Builder
Upsampling3D.Builder. size(int[] size)
Upsampling size as int, so same upsampling size is used for depth, width and heightConstructors in org.deeplearning4j.nn.conf.layers with parameters of type Upsampling3D.Builder Constructor Description Upsampling3D(Upsampling3D.Builder builder)
-