Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/
H A D_tensor.py1155 def __array_wrap__(self, array): member in Tensor
1158 Tensor.__array_wrap__, (self,), self, array=array
H A Doverrides.py1319 Tensor.__array_wrap__: lambda self, array: -1,
/aosp_15_r20/external/pytorch/docs/source/
H A Dtorch.compiler_faq.rst457 - ``__array_function__``, ``__array_interface__`` and ``__array_wrap__``.