Searched defs:ErrorSpec (Results 1 – 2 of 2) sorted by relevance
22 struct ErrorSpec { struct24 : abs(aabs), rel(arel), relaxed_nans(relaxed_nans) {} in abs()26 float abs; // Absolute error bound.27 float rel; // Relative error bound.32 bool relaxed_nans;45 bool fewer_infs_ok = false;
82 ErrorSpec = collections.namedtuple("ErrorSpec", ["rtol", "atol"]) variable