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 }