기능

public struct Function<Input, Output> : ParameterlessLayer where Input : Differentiable, Output : Differentiable

사용자 지정 미분 가능 함수를 포함하는 레이어입니다.