Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/jit/
H A D_recursive.py1047 def lazy_binding_method(cpp_module, *args): function
1067 lazy_binding_method.original_fn = unbound_method # type: ignore[attr-defined]
1068 lazy_binding_method.__name__ = unbound_method.__name__
1069 torch._jit_internal.copy_torchscript_modifier(unbound_method, lazy_binding_method)
1071 return lazy_binding_method