Function

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

A layer that encloses a custom differentiable function.