Home
last modified time | relevance | path

Searched refs:assertEqualIgnoringNestedInts (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_subclasses.py1922 self.assertEqualIgnoringNestedInts(c, r)
1924 self.assertEqualIgnoringNestedInts(compile_out, ref_out)
1928 self.assertEqualIgnoringNestedInts(compile_grad, ref_grad)
/aosp_15_r20/external/pytorch/test/
H A Dtest_nestedtensor.py3804 self.assertEqualIgnoringNestedInts(
3810 self.assertEqualIgnoringNestedInts(
3831 self.assertEqualIgnoringNestedInts(
3837 self.assertEqualIgnoringNestedInts(
5595 self.assertEqualIgnoringNestedInts(nt, nt_from_unbind)
7309 self.assertEqualIgnoringNestedInts(out, out_ref)
7321 self.assertEqualIgnoringNestedInts(out, out_ref)
7362 self.assertEqualIgnoringNestedInts(out_compile, out_ref)
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py5256 def assertEqualIgnoringNestedInts(self, a, b): member in NestedTensorTestCase