Searched refs:TestWrapperSubclass (Results 1 – 1 of 1) sorted by relevance
4153 class TestWrapperSubclass(torch.Tensor): class4202 my_tensor = TestWrapperSubclass(wrapped_tensor)4213 self.assertIsInstance(new_tensor, TestWrapperSubclass)4237 my_tensor = TestWrapperSubclass(wrapped_tensor)4245 self.assertIsInstance(new_tensor, TestWrapperSubclass)