Searched defs:get_first_attr (Results 1 – 2 of 2) sorted by relevance
/external/pytorch/torch/_inductor/runtime/ | ||
D | runtime_utils.py | 137 def get_first_attr(obj, *attrs): function |
/external/pytorch/torch/_dynamo/ | ||
D | utils.py | 2649 def get_first_attr(obj, *attrs): function |