Searched defs:ErrorSpec (Results 1 – 2 of 2) sorted by relevance
42 struct ErrorSpec { struct44 : abs(aabs), rel(arel), relaxed_nans(relaxed_nans) {} in abs()46 float abs; // Absolute error bound.47 float rel; // Relative error bound.52 bool relaxed_nans;
69 ErrorSpec = collections.namedtuple("ErrorSpec", ["rtol", "atol"]) variable