Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/docs/source/
H A Dtorch.overrides.rst30 .. autofunction:: wrap_torch_function
/aosp_15_r20/external/pytorch/test/
H A Dtest_overrides.py1021 @torch.overrides.wrap_torch_function(dispatcher)
/aosp_15_r20/external/pytorch/torch/
H A Doverrides.py1550 def wrap_torch_function(dispatcher: Callable): function