Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_subclass.py14 class WrapperTensor(torch.Tensor): class
58 class DiagTensorBelow(WrapperTensor):
100 class SparseTensor(WrapperTensor):
/aosp_15_r20/external/pytorch/test/
H A Dtest_python_dispatch.py1170 class WrapperTensor(torch.Tensor): class
1196 y = WrapperTensor(x)