Searched refs:lazy_binding_method (Results 1 – 1 of 1) sorted by relevance
1047 def lazy_binding_method(cpp_module, *args): function1067 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