pub fn assert_frame_f32_near(
frame: &Frame,
expected_planes: &[&[&[f32]]],
tolerance: GoldenTolerance,
)Expand description
Asserts all f32 planes match expected rows within tolerance.
pub fn assert_frame_f32_near(
frame: &Frame,
expected_planes: &[&[&[f32]]],
tolerance: GoldenTolerance,
)Asserts all f32 planes match expected rows within tolerance.