Wrapper

abstract class Wrapper

An interface that is capable of wrapping individual values. To be used by an implementation of Differentiable to wrap the individual values.

Constructors

Wrapper
Link copied to clipboard
fun Wrapper()

Types

Companion
Link copied to clipboard
object Companion

Functions

wrap
Link copied to clipboard
fun <T> wrap(value: T): T
wrapDTensor
Link copied to clipboard
abstract fun wrapDTensor(value: DTensor): DTensor
wrapRandomKey
Link copied to clipboard
open fun wrapRandomKey(value: RandomKey): RandomKey