Current section

Files

Jump to
viva_tensor include viva_tensor@native@tflops_TflopsResult.hrl
Raw

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