Searched refs:common_numeric_check (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_padding.py | 127 def common_numeric_check(self, f, *args, tol=1e-3, **kwargs): member in TestCaseBase 270 self.common_numeric_check(model, *args, **kwargs, tol=tol) 532 self.common_numeric_check(attn, x) 539 self.common_numeric_check(f, x) 583 self.common_numeric_check(f, x, y, tol=1e-2)
|