Thanks for tuning in to Google I/O. View all sessions on demandWatch on demand

Function

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

A layer that encloses a custom differentiable function.