@frozen
public struct UpSampling3D<Scalar> : ParameterlessLayer where Scalar : TensorFlowFloatingPoint
Une couche de suréchantillonnage pour les entrées 3D.
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 lignes et les colonnes.