public static class Upsampling2D.Builder extends BaseUpsamplingLayer.UpsamplingBuilder<Upsampling2D.Builder>
sizeallParamConstraints, biasConstraints, iDropout, layerName, weightConstraints| Constructor and Description |
|---|
Builder(int size) |
| Modifier and Type | Method and Description |
|---|---|
Upsampling2D |
build() |
Upsampling2D.Builder |
size(int size)
Upsampling size int, used for both height and width
|
Upsampling2D.Builder |
size(int[] size)
Upsampling size array
|
constrainAllParameters, constrainBias, constrainWeights, dropOut, dropOut, namepublic Upsampling2D.Builder size(int size)
size - upsampling size in height and width dimensionspublic Upsampling2D.Builder size(int[] size)
size - upsampling size in height and width dimensionspublic Upsampling2D build()
build in class Layer.Builder<Upsampling2D.Builder>Copyright © 2018. All rights reserved.