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 }