Skip to main content

diff

Function diff 

Source
pub fn diff(out: &[f32], reference: &[f32]) -> Result<Diff, VerifyError>
Expand description

Compute the per-pair diff between out and ref. NaN/inf in either side is a hard fail.