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