@frozen
public struct UpSampling2D<Scalar> : ParameterlessLayer where Scalar : TensorFlowFloatingPoint
An upsampling layer for 2-D inputs.
-
Declaration
public typealias TangentVector = EmptyTangentVector
-
Declaration
@noDerivative public let size: Int
-
Creates an upsampling layer.
Declaration
public init(size: Int)
Parameters
size
The upsampling factor for rows and columns.