![]() |
States and auxiliary trace of an MCMC chain.
tfp.substrates.numpy.mcmc.StatesAndTrace(
all_states, trace
)
The first dimension of all the Tensor
s in this structure is the same and
represents the chain length.
Attributes | |
---|---|
all_states
|
A Tensor or a nested collection of Tensor s representing the
MCMC chain state.
|
trace
|
A Tensor or a nested collection of Tensor s representing the
auxiliary values traced alongside the chain.
|