Skip to main content

Module graph

Module graph 

Source

Structs§

Graph
The computational graph representing a probabilistic model.
MatrixData
A 2-D data matrix stored row-major (n_rows × n_cols).
Node
A single node in the computation graph.
NodeId
Unique identifier for a node in the computation graph.

Enums§

Op
Operations supported in the computation graph.
ParamTransform
Transform applied to a parameter so NUTS samples on unconstrained space.