public protocol ParameterlessLayer : Layer where Self.TangentVector == EmptyTangentVector
שכבת רשת עצבית ללא פרמטרים.
TangentVector
של שכבות ללא פרמטרים הוא תמיד EmptyTangentVector
.
הַצהָרָה
@differentiable func callAsFunction(_ input: Input) -> Output
הַצהָרָה
public mutating mutating func move(along direction: EmptyTangentVector)
הַצהָרָה
public var differentiableVectorView: EmptyTangentVector { get }