Packages
Tensor library for Gleam/BEAM with a pure Gleam API, zero-copy views, and optional native acceleration
Current section
Files
Jump to
Current section
Files
include/viva_tensor@diffusion@samplers_SchedulerState.hrl
-record(scheduler_state, {
betas :: list(float()),
alphas :: list(float()),
alpha_bars :: list(float()),
num_steps :: integer()
}).