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@auto_tune_BatchResult.hrl
-record(batch_result, {
batch_size :: integer(),
duration_ms :: float(),
throughput :: float()
}).