public static class Upsampling1D.Builder extends BaseUpsamplingLayer.UpsamplingBuilder<Upsampling1D.Builder>
size
allParamConstraints, biasConstraints, iDropout, layerName, weightConstraints
Constructor and Description |
---|
Builder(int size) |
Modifier and Type | Method and Description |
---|---|
Upsampling1D |
build() |
void |
setSize(int... size) |
Upsampling1D.Builder |
size(int size)
Upsampling size
|
Upsampling1D.Builder |
size(int[] size)
Upsampling size int array with a single element.
|
constrainAllParameters, constrainBias, constrainWeights, dropOut, dropOut, name
public Upsampling1D.Builder size(int size)
size
- upsampling size in single spatial dimension of this 1D layerpublic Upsampling1D.Builder size(int[] size)
size
- upsampling size in single spatial dimension of this 1D layerpublic Upsampling1D build()
build
in class Layer.Builder<Upsampling1D.Builder>
public void setSize(int... size)
Copyright © 2022. All rights reserved.