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_Generation.hrl
-record(generation, {
tokens :: list(integer()),
text :: binary(),
ms_per_token :: float(),
total_tokens :: integer()
}).