Differentiable

interface Differentiable<out T : Differentiable<T>> : Wrappable<T>

Implement Differentiable to have the runtime be capable of using your data type as an input or output type of a function that can be differentiated.

Functions

wrap
Link copied to clipboard
abstract fun wrap(wrapper: Wrapper): T

The wrap function should return the same static type it is declared on.

Inheritors

DTensor
Link copied to clipboard
Trainable
Link copied to clipboard