@frozen
public struct UpSampling2D<Scalar> : ParameterlessLayer where Scalar : TensorFlowFloatingPoint
2D 入力のアップサンプリング レイヤー。
宣言
public typealias TangentVector = EmptyTangentVector
宣言
@noDerivative public let size: Int
アップサンプリング レイヤーを作成します。
宣言
public init(size: Int)
パラメータ
size
行と列のアップサンプリング係数。