gpflux.types#
Types used within GPflux (for static type-checking).
Module Contents#
- unwrap_dist(dist: tfp.distributions.Distribution) tfp.distributions.Distribution [source]#
Unwrap the given distribution, if it is wrapped in a
_TensorCoercible
.
- ObservationType[source]#
Type for the
[inputs, targets]
list used byLayerWithObservations