Structs§
- Graph
- The computational graph representing a probabilistic model.
- Matrix
Data - 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.
- Param
Transform - Transform applied to a parameter so NUTS samples on unconstrained space.