public protocol ParameterlessLayer : Layer where Self.TangentVector == EmptyTangentVector
Une couche de réseau neuronal sans paramètre.
Le TangentVector
des couches sans paramètre est toujours EmptyTangentVector
.
Déclaration
@differentiable func callAsFunction(_ input: Input) -> Output
Déclaration
public mutating mutating func move(along direction: EmptyTangentVector)
Déclaration
public var differentiableVectorView: EmptyTangentVector { get }