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@optim@rtx4090_BatchResult.hrl
-record(batch_result, {
tensors :: list(viva_tensor@optim@blackwell:blackwell_tensor()),
total_time_ms :: integer(),
throughput_tps :: float(),
compression_ratio :: float(),
memory_saved_mb :: float()
}).