Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dtorchbind.py45 def torchbind_method_redispatch(self, *args, **kwargs): function
59 torch.ScriptMethod.__call__ = torchbind_method_redispatch # type: ignore[method-assign]