lppl
v2.0.0
|
using gpp_t = std::function<O(gr_pair<Ts...>&, I)> |
A shorthand for graph probabilistic program type. Graph probabilistic programs are callables that take a single input of type I, output a single value of type O, and contain an arbitrary positive number of distributions of type Ts...
I | |
O | |
Ts |