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@native@tflops_TflopsResult.hrl
-record(tflops_result, {
backend :: viva_tensor@native@tflops:backend(),
matrix_size :: integer(),
flops :: integer(),
time_us :: integer(),
tflops :: float(),
gflops :: float(),
efficiency :: float()
}).