@frozen
public struct UpSampling1D<Scalar> : ParameterlessLayer where Scalar : TensorFlowFloatingPoint
Une couche de suréchantillonnage pour les entrées 1D.
Déclaration
public typealias TangentVector = EmptyTangentVector
Déclaration
@noDerivative public let size: Int
Crée une couche de suréchantillonnage.
Déclaration
public init(size: Int)
Paramètres
size
Le facteur de suréchantillonnage pour les pas de temps.