Packages

Tensor library for Gleam/BEAM with a pure Gleam API, zero-copy views, and optional native acceleration

Retired package: Release invalid

Current section

Files

Jump to
viva_tensor include viva_tensor@flash_attention_FlashResult.hrl
Raw

include/viva_tensor@flash_attention_FlashResult.hrl

-record(flash_result, {
output :: viva_tensor@tensor:tensor(),
memory_bytes :: integer(),
memory_saved_percent :: float()
}).