Enzyme main
Loading...
Searching...
No Matches
mlir::impulse::MCMCKernelResult Struct Reference

Result of one MCMC kernel step. More...

#include "MLIR/Interfaces/HMCUtils.h"

Collaboration diagram for mlir::impulse::MCMCKernelResult:

Public Attributes

Value q
 
Value grad
 
Value U
 
Value accepted
 
Value accept_prob
 
Value rng
 

Detailed Description

Result of one MCMC kernel step.

Definition at line 62 of file HMCUtils.h.

Member Data Documentation

◆ accept_prob

Value mlir::impulse::MCMCKernelResult::accept_prob

Definition at line 67 of file HMCUtils.h.

◆ accepted

Value mlir::impulse::MCMCKernelResult::accepted

Definition at line 66 of file HMCUtils.h.

◆ grad

Value mlir::impulse::MCMCKernelResult::grad

Definition at line 64 of file HMCUtils.h.

◆ q

Value mlir::impulse::MCMCKernelResult::q

Definition at line 63 of file HMCUtils.h.

◆ rng

Value mlir::impulse::MCMCKernelResult::rng

Definition at line 68 of file HMCUtils.h.

◆ U

Value mlir::impulse::MCMCKernelResult::U

Definition at line 65 of file HMCUtils.h.


The documentation for this struct was generated from the following file: