Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/jit/
H A D_recursive.py522 rcb = _jit_internal.createResolutionCallbackForClassMethods(type(obj))
H A D_script.py1604 rcb = _jit_internal.createResolutionCallbackForClassMethods(obj)
/aosp_15_r20/external/pytorch/torch/
H A D_jit_internal.py568 def createResolutionCallbackForClassMethods(cls): function