Current section

Files

Jump to
viva_tensor include viva_tensor@diffusion@samplers_SchedulerState.hrl
Raw

include/viva_tensor@diffusion@samplers_SchedulerState.hrl

-record(scheduler_state, {
betas :: list(float()),
alphas :: list(float()),
alpha_bars :: list(float()),
num_steps :: integer()
}).