public struct Function<Input, Output> : ParameterlessLayer where Input : Differentiable, Output : Differentiable
เลเยอร์ที่ล้อมรอบฟังก์ชันหาอนุพันธ์แบบกำหนดเอง
คำประกาศ
public typealias TangentVector = EmptyTangentVector
คำประกาศ
public typealias Body = @differentiable (Input) -> Output
คำประกาศ
@noDerivative public let body: Body
คำประกาศ
public init(_ body: @escaping Body)
คำประกาศ
@differentiable public func callAsFunction(_ input: Input) -> Output