Current section

Files

Jump to
viva_tensor include viva_tensor@optim@rtx4090_BatchResult.hrl
Raw

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()
}).