Packages

Tensor library for Gleam/BEAM with a pure Gleam API, zero-copy views, and optional native acceleration

Retired package: Release invalid

Current section

Files

Jump to
viva_tensor include viva_tensor@metrics_QuantMetrics.hrl
Raw

include/viva_tensor@metrics_QuantMetrics.hrl

-record(quant_metrics, {
mse :: float(),
mae :: float(),
rmse :: float(),
cosine_sim :: float(),
snr_db :: float(),
sqnr_db :: float(),
max_error :: float(),
p99_error :: float(),
outlier_pct :: float()
}).