Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/compiler/
H A D__init__.py257 def wrap_numpy(fn): function
284 from torch._dynamo.external_utils import wrap_numpy as wrap
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dexternal_utils.py57 def wrap_numpy(f): function
/aosp_15_r20/external/pytorch/docs/source/
H A Dtorch.compiler_faq.rst517 We can do so by using ``torch.compiler.wrap_numpy``:
522 @torch.compiler.wrap_numpy
534 ``wrap_numpy`` is in charge of marking any ``torch.Tensor`` input as an input
544 @torch.compiler.wrap_numpy
569 @torch.compiler.wrap_numpy
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor.py10912 return torch.compiler.wrap_numpy(my_np)(x)