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 }