Home
last modified time | relevance | path

Searched defs:get_first_attr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Druntime_utils.py137 def get_first_attr(obj, *attrs): function
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py2649 def get_first_attr(obj, *attrs): function