public static class Upsampling2D.Builder extends BaseUpsamplingLayer.UpsamplingBuilder<Upsampling2D.Builder>
size
allParamConstraints, biasConstraints, iDropout, layerName, weightConstraints
Constructor and Description |
---|
Builder(int size) |
Modifier and Type | Method and Description |
---|---|
Upsampling2D |
build() |
void |
setSize(int... size) |
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, name
public 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>
public void setSize(int... size)
Copyright © 2019. All rights reserved.