AbstractUpSampling
abstract class AbstractUpSampling(sizeInternal: IntArray, interpolationInternal: InterpolationMethod, name: String) : Layer
Content copied to clipboard
Abstract UpSampling layer used as the base layer for all the upsampling layers.
Constructors
AbstractUpSampling
Link copied to clipboard
fun AbstractUpSampling(sizeInternal: IntArray, interpolationInternal: InterpolationMethod, name: String)
Content copied to clipboard
Functions
buildFromInboundLayers
Link copied to clipboard
Extend this function to define variables in layer.
computeOutputShape
Link copied to clipboard
Computes output shape, based on inputShape and Layer type.
computeOutputShapeFromInboundLayers
Link copied to clipboard
Computes output shape, based on input shapes of inbound layers.
forward
Link copied to clipboard
Properties
hasActivation
Link copied to clipboard
inboundLayers
Link copied to clipboard
interpolationInternal
Link copied to clipboard
outboundLayers
Link copied to clipboard
outputShape
Link copied to clipboard
parentModel
Link copied to clipboard
sizeInternal
Link copied to clipboard
Inheritors
UpSampling1D
Link copied to clipboard
UpSampling2D
Link copied to clipboard
UpSampling3D
Link copied to clipboard