|
Enzyme main
|
Result of one MCMC kernel step. More...
#include "MLIR/Interfaces/HMCUtils.h"

Public Attributes | |
| Value | q |
| Value | grad |
| Value | U |
| Value | accepted |
| Value | accept_prob |
| Value | rng |
Result of one MCMC kernel step.
Definition at line 62 of file HMCUtils.h.
| Value mlir::impulse::MCMCKernelResult::accept_prob |
Definition at line 67 of file HMCUtils.h.
| Value mlir::impulse::MCMCKernelResult::accepted |
Definition at line 66 of file HMCUtils.h.
| Value mlir::impulse::MCMCKernelResult::grad |
Definition at line 64 of file HMCUtils.h.
| Value mlir::impulse::MCMCKernelResult::q |
Definition at line 63 of file HMCUtils.h.
| Value mlir::impulse::MCMCKernelResult::rng |
Definition at line 68 of file HMCUtils.h.
| Value mlir::impulse::MCMCKernelResult::U |
Definition at line 65 of file HMCUtils.h.