Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/profiler/
H A Dtest_profiler_tree.py60 class TorchDispatchTensor(torch.Tensor): class
70 return x.elem if isinstance(x, TorchDispatchTensor) else x
73 return TorchDispatchTensor(x) if isinstance(x, torch.Tensor) else x
728 x = TorchDispatchTensor(torch.ones((1,)))