@frozen
public struct UpSampling1D<Scalar> : ParameterlessLayer where Scalar : TensorFlowFloatingPoint
1 次元入力のアップサンプリング レイヤー。
宣言
public typealias TangentVector = EmptyTangentVector
宣言
@noDerivative public let size: Int
アップサンプリング レイヤーを作成します。
宣言
public init(size: Int)
パラメータ
size
タイムステップのアップサンプリング係数。