Searched defs:functionalize (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_subclasses/ | ||
H A D | functional_tensor.py | 648 def functionalize(self, inner_f: Callable) -> Callable: member in BaseFunctionalizeAPI |
/aosp_15_r20/external/pytorch/torch/_functorch/ | ||
H A D | deprecated.py | 133 def functionalize(func: Callable, *, remove: str = "mutations") -> Callable: function |
H A D | eager_transforms.py | 1508 def functionalize(func: Callable, *, remove: str = "mutations") -> Callable: function |