Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_serialization.py4153 class TestWrapperSubclass(torch.Tensor): class
4202 my_tensor = TestWrapperSubclass(wrapped_tensor)
4213 self.assertIsInstance(new_tensor, TestWrapperSubclass)
4237 my_tensor = TestWrapperSubclass(wrapped_tensor)
4245 self.assertIsInstance(new_tensor, TestWrapperSubclass)